public function Run::getMetrics in XHProf 8
Parameters
string $key:
Return value
array
File
- src/
XHProfLib/ Run.php, line 62
Class
- Run
- Provides value object for a profiler run.
Namespace
Drupal\xhprof\XHProfLibCode
public function getMetrics($key) {
return $this->symbols[$key];
}