You are here

public function Report::getMetrics in XHProf 8

Return value

mixed

Overrides ReportInterface::getMetrics

2 calls to Report::getMetrics()
Report::getSummary in src/XHProfLib/Report/Report.php
Report::getSymbols in src/XHProfLib/Report/Report.php

File

src/XHProfLib/Report/Report.php, line 98

Class

Report
Class Report

Namespace

Drupal\xhprof\XHProfLib\Report

Code

public function getMetrics() {
  return $this->parser
    ->getMetrics();
}