public function StorageInterface::getRun in XHProf 8
Loads run.
Parameters
string $run_id: The run ID.
string $namespace: The run namespace.
Return value
\Drupal\xhprof\XHProfLib\Run The value object of the run.
1 method overrides StorageInterface::getRun()
- FileStorage::getRun in src/
XHProfLib/ Storage/ FileStorage.php - Loads run.
File
- src/
XHProfLib/ Storage/ StorageInterface.php, line 31
Class
- StorageInterface
- Provides interface for storage.
Namespace
Drupal\xhprof\XHProfLib\StorageCode
public function getRun($run_id, $namespace);