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