You are here

service xhprof.profiler in XHProf 8

Class

Drupal\xhprof\Profiler
3 string references to xhprof.profiler
ConfigForm::create in src/Form/ConfigForm.php
Instantiates a new instance of this class.
XHProfController::create in src/Controller/XHProfController.php
Instantiates a new instance of this class.
XHProfDataCollector::getMetric in src/DataCollector/XHProfDataCollector.php

File

./xhprof.services.yml
xhprof.services.yml

View source
  1. class: Drupal\xhprof\Profiler
  2. arguments:
  3. - '@config.factory'
  4. - '@xhprof.storage'
  5. - '@xhprof.matcher'