コード例 #1
0
 public function stop()
 {
     $this->measure->stop();
     return $this->measure->getElapsedTime();
 }