You are here

public function Parser::__construct in XHProf 8

Parameters

$run:

$sort:

$symbol:

Overrides BaseParser::__construct

File

src/XHProfLib/Parser/Parser.php, line 14

Class

Parser

Namespace

Drupal\xhprof\XHProfLib\Parser

Code

public function __construct(Run $run, $sort, $symbol) {
  parent::__construct($run, $sort, $symbol);
  $this->diff_mode = FALSE;
}