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\DataCollectorCode
public function __construct(ProfilerInterface $profiler) {
  $this->profiler = $profiler;
}