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\ParserCode
public function getTotals() {
return $this->overall_totals;
}