You are here

public function Report::getTotals in XHProf 8

Return value

mixed

Overrides ReportInterface::getTotals

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

File

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

Class

Report
Class Report

Namespace

Drupal\xhprof\XHProfLib\Report

Code

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