|
| start ($timerId, array $tags=null) |
|
| stop ($timerId) |
|
| clear ($timerId=null) |
|
@api
- Since
- 100.0.2
Definition at line 16 of file DriverInterface.php.
◆ clear()
Clear collected statistics for specified timer or for whole profiler if timer name is omitted.
- Parameters
-
- Returns
- void
Implemented in Standard.
◆ start()
start |
( |
|
$timerId, |
|
|
array |
$tags = null |
|
) |
| |
Start timer
- Parameters
-
string | $timerId | |
array | null | $tags | |
- Returns
- void
Implemented in Standard.
◆ stop()
Stop timer
- Parameters
-
- Returns
- void
Implemented in Standard.
The documentation for this interface was generated from the following file: