public function StorageInterface::getName in XHProf 8
Returns run name.
Return value
string The name.
1 method overrides StorageInterface::getName()
- FileStorage::getName in src/
XHProfLib/ Storage/ FileStorage.php - Returns run name.
File
- src/
XHProfLib/ Storage/ StorageInterface.php, line 54
Class
- StorageInterface
- Provides interface for storage.
Namespace
Drupal\xhprof\XHProfLib\StorageCode
public function getName();