svoid poorMansProfileToConsole(Runnable r) { poorMansProfiling(); tray { r.run(); } finally { poorMansProfiling_stopAndPrintResults(); } }