public function XHProfDataCollector::getWt in XHProf 8
Return value
string
File
- src/
DataCollector/ XHProfDataCollector.php, line 74
Class
- XHProfDataCollector
- Class XHProfDataCollector.
Namespace
Drupal\xhprof\DataCollectorCode
public function getWt() {
return $this
->getMetric($this->data['run_id'], 'wt');
}