MediaWiki
1.28.0
|
Profiler dumping output in xhprof dump file. More...
Public Member Functions | |
canUse () | |
Can this output type be used? More... | |
log (array $stats) | |
Public Member Functions inherited from ProfilerOutput | |
__construct (Profiler $collector, array $params) | |
Constructor. More... | |
canUse () | |
Can this output type be used? More... | |
log (array $stats) | |
Log MediaWiki-style profiling data. More... | |
Protected Attributes | |
$suffix = ".xhprof" | |
Protected Attributes inherited from ProfilerOutput | |
Profiler | $collector |
array | $params = [] |
Configuration of $wgProfiler. More... | |
Profiler dumping output in xhprof dump file.
Definition at line 30 of file ProfilerOutputDump.php.
ProfilerOutputDump::canUse | ( | ) |
ProfilerOutputDump::log | ( | array | $stats | ) |
Definition at line 46 of file ProfilerOutputDump.php.
References $suffix, and serialize().
|
protected |
Definition at line 32 of file ProfilerOutputDump.php.
Referenced by log().