You are here

public function BaseParser::getTotals in XHProf 8

Return value

mixed

File

src/XHProfLib/Parser/BaseParser.php, line 302

Class

BaseParser
Class BaseReport

Namespace

Drupal\xhprof\XHProfLib\Parser

Code

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