You are here

public function XHProfDataCollector::__construct in XHProf 8

Parameters

\Drupal\xhprof\ProfilerInterface $profiler:

File

src/DataCollector/XHProfDataCollector.php, line 39

Class

XHProfDataCollector
Class XHProfDataCollector.

Namespace

Drupal\xhprof\DataCollector

Code

public function __construct(ProfilerInterface $profiler) {
  $this->profiler = $profiler;
}