public function Run::__toString in XHProf 8
Return value
string
File
- src/
XHProfLib/ Run.php, line 83
Class
- Run
- Provides value object for a profiler run.
Namespace
Drupal\xhprof\XHProfLibCode
public function __toString() {
return "Run id {$this->run_id}";
}