예제 #1
0
 /**
  * Stops the profiling and triggers an event with the result data
  *
  * @return array $data
  */
 public function stop()
 {
     parent::stop();
     return xhprof_disable();
 }
예제 #2
0
 /**
  * Stops the profiling and triggers an event with the result data
  *
  * @return array $data
  */
 public function stop()
 {
     parent::stop();
     return array();
 }
예제 #3
0
 /**
  * @return array $data
  */
 public function stop()
 {
     parent::stop();
     return uprofiler_disable();
 }