public function Parser::__construct in XHProf 8
Parameters
$run:
$sort:
$symbol:
Overrides BaseParser::__construct
File
- src/
XHProfLib/ Parser/ Parser.php, line 14
Class
Namespace
Drupal\xhprof\XHProfLib\ParserCode
public function __construct(Run $run, $sort, $symbol) {
parent::__construct($run, $sort, $symbol);
$this->diff_mode = FALSE;
}