示例#1
0
文件: Log.php 项目: jdauie/bramble
 public static function time($name)
 {
     if ($sw = Stopwatch::instance()) {
         $sw->save($name);
     }
 }