Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
DriverInterface Interface Reference
Inheritance diagram for DriverInterface:
Standard

Public Member Functions

 start ($timerId, array $tags=null)
 
 stop ($timerId)
 
 clear ($timerId=null)
 

Detailed Description

@api

Since
100.0.2

Definition at line 16 of file DriverInterface.php.

Member Function Documentation

◆ clear()

clear (   $timerId = null)

Clear collected statistics for specified timer or for whole profiler if timer name is omitted.

Parameters
string | null$timerId
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 (   $timerId)

Stop timer

Parameters
string$timerId
Returns
void

Implemented in Standard.


The documentation for this interface was generated from the following file: