public function ProfilerInterface::getRun in XHProf 8
Loads a specific run.
Parameters
string $run_id: The run ID.
Return value
\Drupal\xhprof\XHProfLib\Run The run object.
1 method overrides ProfilerInterface::getRun()
- Profiler::getRun in src/
Profiler.php - Loads a specific run.
File
- src/
ProfilerInterface.php, line 106
Class
- ProfilerInterface
- Provides interface to interact with profiler.
Namespace
Drupal\xhprofCode
public function getRun($run_id);