Пример #1
0
 static function stop()
 {
     system_base_Profiler::$stop_time = haxe_Timer::stamp();
     system_base_Profiler::$run_time = system_base_Profiler::$stop_time - system_base_Profiler::$start_time;
     return system_base_Profiler::$run_time;
 }