You are here

public function XHProfDataCollector::getWt in XHProf 8

Return value

string

File

src/DataCollector/XHProfDataCollector.php, line 74

Class

XHProfDataCollector
Class XHProfDataCollector.

Namespace

Drupal\xhprof\DataCollector

Code

public function getWt() {
  return $this
    ->getMetric($this->data['run_id'], 'wt');
}