public function FileStorage::getName in XHProf 8
Returns run name.
Return value
string The name.
Overrides StorageInterface::getName
File
- src/
XHProfLib/ Storage/ FileStorage.php, line 45
Class
- FileStorage
- Provides file storage backend for xhprof runs.
Namespace
Drupal\xhprof\XHProfLib\StorageCode
public function getName() {
return 'File Storage';
}