Пример #1
0
 static function get_instance()
 {
     if (system_base_Profiler::$instance === null) {
         system_base_Profiler::$instance = new system_base_Profiler();
     }
     return system_base_Profiler::$instance;
 }