Example #1
0
 private static function _init()
 {
     if (null === self::$_instance) {
         self::$_instance = new Profiling();
     }
 }