public function XHProfDataCollector::getTitle in XHProf 8
File
- src/
DataCollector/ XHProfDataCollector.php, line 88
Class
- XHProfDataCollector
- Class XHProfDataCollector.
Namespace
Drupal\xhprof\DataCollectorCode
public function getTitle() {
return $this
->t('XHProf');
}