MediaWiki REL1_33
|
ProfilerOutput class that flushes profiling data to the profiling context's stats buffer. More...
Public Member Functions | |
log (array $stats) | |
Flush profiling data to the current profiling context's stats buffer. | |
Public Member Functions inherited from ProfilerOutput | |
__construct (Profiler $collector, array $params) | |
canUse () | |
Can this output type be used? | |
logsToOutput () | |
Does log() just send the data to the request/script output? | |
Additional Inherited Members | |
Protected Attributes inherited from ProfilerOutput | |
Profiler | $collector |
array | $params = [] |
Configuration of $wgProfiler. | |
ProfilerOutput class that flushes profiling data to the profiling context's stats buffer.
Definition at line 33 of file ProfilerOutputStats.php.
ProfilerOutputStats::log | ( | array | $stats | ) |
Flush profiling data to the current profiling context's stats buffer.
array | $stats |
Reimplemented from ProfilerOutput.
Definition at line 40 of file ProfilerOutputStats.php.
References as.