MediaWiki 1.42.1
|
Flush profiling data to StatsD. More...
Inherits ProfilerOutput.
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 () | |
May the log() try to write to standard output? | |
Additional Inherited Members | |
Protected Attributes inherited from ProfilerOutput | |
Profiler | $collector |
LoggerInterface | $logger |
array | $params |
Configuration of $wgProfiler. | |
ProfilerOutputStats::log | ( | array | $stats | ) |
Flush profiling data to the current profiling context's stats buffer.
array[] | $stats |
Reimplemented from ProfilerOutput.
Definition at line 35 of file ProfilerOutputStats.php.