You are here

public function BaseParser::getDisplayCalls in XHProf 8

Return value

mixed

File

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

Class

BaseParser
Class BaseReport

Namespace

Drupal\xhprof\XHProfLib\Parser

Code

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