You are here

public function BlackholeStats::lockrCallCompleted in Lockr 7.3

Indicates that a call to Lockr was completed.

Parameters

string $name:

float $elapsed:

Overrides LockrStatsInterface::lockrCallCompleted

File

vendor/lockr/lockr/src/BlackholeStats.php, line 9

Class

BlackholeStats

Namespace

Lockr

Code

public function lockrCallCompleted($name, $elapsed) {
}