Ejemplo n.º 1
0
 /**
  * Disables profiling
  */
 protected static function disable_profiling()
 {
     if (!self::$enable_profiling) {
         return;
     }
     self::disable_time();
     self::$enable_profiling = false;
 }