Exemplo n.º 1
0
 static function stop()
 {
     self::$end_time = self::getCurrentTime();
     self::$total_time = round(self::$end_time - self::$start_time, 3);
     Util::log('TIMER : ' . self::$name . ' took ' . self::$total_time . ' seconds');
 }