You are here

public function Report::getDisplayCalls in XHProf 8

Return value

mixed

Overrides ReportInterface::getDisplayCalls

1 call to Report::getDisplayCalls()
Report::getSummary in src/XHProfLib/Report/Report.php

File

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

Class

Report
Class Report

Namespace

Drupal\xhprof\XHProfLib\Report

Code

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