MemoryDataCollector
class MemoryDataCollector extends DataCollector implements LateDataCollectorInterface
MemoryDataCollector.
Methods
__construct()
No description
lateCollect()
Collects data as late as possible.
int
getMemory()
Gets the memory.
int
getMemoryLimit()
Gets the PHP memory limit.
updateMemoryUsage()
Updates the memory usage data.
string
getName()
Returns the name of the collector.
Details
in DataCollector at line line 33
serialize()
in DataCollector at line line 38
unserialize($data)
at line line 24
__construct()
at line line 35
collect(Request $request, Response $response, Exception $exception = null)
Collects data for the given Request and Response.
at line line 43
lateCollect()
Collects data as late as possible.
at line line 53
int
getMemory()
Gets the memory.
at line line 63
int
getMemoryLimit()
Gets the PHP memory limit.
at line line 71
updateMemoryUsage()
Updates the memory usage data.
at line line 79
string
getName()
Returns the name of the collector.