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