You are here

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\Storage

Code

public function getName() {
  return 'File Storage';
}