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