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