You are here

public function XHProfDataCollector::getTitle in XHProf 8

File

src/DataCollector/XHProfDataCollector.php, line 88

Class

XHProfDataCollector
Class XHProfDataCollector.

Namespace

Drupal\xhprof\DataCollector

Code

public function getTitle() {
  return $this
    ->t('XHProf');
}