MediaWiki REL1_32
|
Profiler dumping output in xhprof dump file. More...
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) | |
Protected Attributes | |
$suffix = ".xhprof" | |
Protected Attributes inherited from ProfilerOutput | |
Profiler | $collector |
array | $params = [] |
Configuration of $wgProfiler. | |
Profiler dumping output in xhprof dump file.
Definition at line 30 of file ProfilerOutputDump.php.
ProfilerOutputDump::canUse | ( | ) |
Can this output type be used?
Reimplemented from ProfilerOutput.
Definition at line 39 of file ProfilerOutputDump.php.
ProfilerOutputDump::log | ( | array | $stats | ) |
Log MediaWiki-style profiling data.
array | $stats | Result of Profiler::getFunctionStats() |
Reimplemented from ProfilerOutput.
Definition at line 46 of file ProfilerOutputDump.php.
References serialize().
|
protected |
Definition at line 32 of file ProfilerOutputDump.php.