Warning: session_start(): open(/var/lib/php/sessions/sess_spnajrlab83lrulmo5991tsta2, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static void swing_tenSecondProfile() {
lock poorMansProfiling_lock;
if (poorMansProfiling_isOn()) infoBox("Already profiling");
poorMansProfiling();
thread "Profile" {
sleepSeconds(10);
showText("10 Second Profile [" + localTime_24() + "]", poorMansProfiling_stopAndRenderResults();
}
}