You are here

public function StorageInterface::saveRun in XHProf 8

Saves run data.

Parameters

array $data: The data.

string $namespace: The run namespace.

string $run_id: The run ID.

Return value

string The run ID.

1 method overrides StorageInterface::saveRun()
FileStorage::saveRun in src/XHProfLib/Storage/FileStorage.php
Saves run data.

File

src/XHProfLib/Storage/StorageInterface.php, line 46

Class

StorageInterface
Provides interface for storage.

Namespace

Drupal\xhprof\XHProfLib\Storage

Code

public function saveRun($data, $namespace, $run_id);