You are here

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\XHProfLib

Code

public function __toString() {
  return "Run id {$this->run_id}";
}