Exemplo n.º 1
0
 /**
  * Render the benchmark
  *
  * @return string Benchmark HTML
  */
 protected function renderBenchmark()
 {
     $this->_helper->viewRenderer->postDispatch();
     Benchmark::measure('Response ready');
     return Benchmark::renderToHtml();
 }
 /**
  * Render the benchmark
  *
  * @return string Benchmark HTML
  */
 protected function renderBenchmark()
 {
     return Benchmark::renderToHtml();
 }