static S text_tenSecondProfile() { { lock poorMansProfiling_lock; if (poorMansProfiling_isOn()) ret "Already profiling"; poorMansProfiling(); } try { sleep(10*1000 + poorMansProfiling_defaultInterval()); ret "10 Second Profile [" + localTime_24() + "]\n\n" + poorMansProfiling_stopAndRenderResults(); } finally { poorMansProfiling_stop(); } }