예제 #1
0
 /**
  * Clear collected statistics for specified timer or for whole profiler if timer id is omitted
  *
  * @param string|null $timerId
  */
 public function clear($timerId = null)
 {
     $this->_stat->clear($timerId);
 }