public function Aggregator::__construct in XHProf 8
File
- src/
XHProfLib/ Aggregator.php, line 19
Class
Namespace
Drupal\xhprof\XHProfLibCode
public function __construct() {
$this->xhprof_runs = new FileStorage();
}
public function __construct() {
$this->xhprof_runs = new FileStorage();
}