/**
  * @return XhprofData
  */
 public function getXhprofData()
 {
     if (!$this->xhprofData) {
         $this->xhprofData = new XhprofData(Xhprof::disable(), $this->params);
     }
     return $this->xhprofData;
 }