class TimeDataCollector extends DataCollector
TimeDataCollector.
Methods
| __construct(KernelInterface $kernel = null) | ||
|
collect(Request $request, Response $response, Exception $exception = null)
Collects data for the given Request and Response. |
||
|
setEvents(array $events)
Sets the request events. |
||
| array |
getEvents()
Gets the request events. |
|
| float |
getDuration()
Gets the request elapsed time. |
|
| float |
getInitTime()
Gets the initialization time. |
|
| integer |
getStartTime()
Gets the request time. |
|
| string |
getName()
Returns the name of the collector. |
Details
at line 28
public
__construct(KernelInterface $kernel = null)
at line 36
public
collect(Request $request, Response $response, Exception $exception = null)
Collects data for the given Request and Response.
at line 55
public
setEvents(array $events)
Sets the request events.
at line 69
public array
getEvents()
Gets the request events.
at line 79
public float
getDuration()
Gets the request elapsed time.
at line 93
public float
getInitTime()
Gets the initialization time.
This is the time spent until the beginning of the request handling.
at line 103
public integer
getStartTime()
Gets the request time.
at line 111
public string
getName()
Returns the name of the collector.