static AutoCloseable tempProfileSingleThreadToConsole() { new SingleThreadProfiler profiler; profiler.start(); ret -> { profiler.stop(); print(profiler.renderFullResults()); profiler.close(); }; }