You are here

public function LockrStatsInterface::lockrCallCompleted in Lockr 7.3

Indicates that a call to Lockr was completed.

Parameters

string $name:

float $elapsed:

1 method overrides LockrStatsInterface::lockrCallCompleted()
BlackholeStats::lockrCallCompleted in vendor/lockr/lockr/src/BlackholeStats.php
Indicates that a call to Lockr was completed.

File

vendor/lockr/lockr/src/LockrStatsInterface.php, line 12

Class

LockrStatsInterface

Namespace

Lockr

Code

public function lockrCallCompleted($name, $elapsed);