You are here

public function Aggregator::__construct in XHProf 8

File

src/XHProfLib/Aggregator.php, line 19

Class

Aggregator

Namespace

Drupal\xhprof\XHProfLib

Code

public function __construct() {
  $this->xhprof_runs = new FileStorage();
}