public function StorageInterface::getRuns in XHProf 8
Returns a list of stored runs.
@todo Add paging.
Return value
array The array of metadata for each run.
1 method overrides StorageInterface::getRuns()
- FileStorage::getRuns in src/
XHProfLib/ Storage/ FileStorage.php - Returns a list of stored runs.
File
- src/
XHProfLib/ Storage/ StorageInterface.php, line 18
Class
- StorageInterface
- Provides interface for storage.
Namespace
Drupal\xhprof\XHProfLib\StorageCode
public function getRuns();