MediaWiki REL1_35
|
Public Member Functions | |
canUse () | |
Can this output type be used? | |
log (array $stats) | |
Log MediaWiki-style profiling data. | |
Public Member Functions inherited from ProfilerOutput | |
__construct (Profiler $collector, array $params) | |
logsToOutput () | |
May the log() try to write to standard output? | |
Protected Attributes | |
$suffix = ".xhprof" | |
Protected Attributes inherited from ProfilerOutput | |
Profiler | $collector |
array | $params = [] |
Configuration of $wgProfiler. | |
Definition at line 28 of file ProfilerOutputDump.php.
ProfilerOutputDump::canUse | ( | ) |
Can this output type be used?
Reimplemented from ProfilerOutput.
Definition at line 37 of file ProfilerOutputDump.php.
ProfilerOutputDump::log | ( | array | $stats | ) |
Log MediaWiki-style profiling data.
For classes that enable logsToOutput(), this must not be called unless Profiler::setAllowOutput is enabled.
array | $stats | Result of Profiler::getFunctionStats() |
Reimplemented from ProfilerOutput.
Definition at line 44 of file ProfilerOutputDump.php.
References serialize().
|
protected |
Definition at line 30 of file ProfilerOutputDump.php.