예제 #1
0
 static function after($name)
 {
     $t_end = microtime(true);
     if (Timer::$t) {
         Timer::$times[$name] = $t_end - Timer::$t;
     }
     Timer::$t = $t_end;
 }