예제 #1
0
 /**
  * Starts the profiling
  *
  * @return ProfilerAdapter $this
  * @throws Exception
  */
 public function start()
 {
     parent::start();
     xhprof_enable($this->getFlags(), $this->getOptions());
     return $this;
 }
예제 #2
0
 /**
  * Starts the profiling
  *
  * @return ProfilerAdapter $this
  * @throws Exception
  */
 public function start()
 {
     parent::start();
     return $this;
 }
예제 #3
0
 /**
  * @return \Link0\Profiler\ProfilerAdapter
  */
 public function start()
 {
     parent::start();
     return uprofiler_enable($this->getFlags(), $this->getOptions());
 }