Exemple #1
0
 public static function time($name)
 {
     if ($sw = Stopwatch::instance()) {
         $sw->save($name);
     }
 }