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