MediaWiki master
ProfilerOutputDump Class Reference

Dump profiler data in a ".xhprof" file. More...

Inherits ProfilerOutput.

Collaboration diagram for ProfilerOutputDump:

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
 
LoggerInterface $logger
 
array $params
 Configuration of $wgProfiler.
 

Detailed Description

Dump profiler data in a ".xhprof" file.

Since
1.25

Definition at line 27 of file ProfilerOutputDump.php.

Member Function Documentation

◆ canUse()

ProfilerOutputDump::canUse ( )

Can this output type be used?

Returns
bool

Reimplemented from ProfilerOutput.

Definition at line 35 of file ProfilerOutputDump.php.

◆ log()

ProfilerOutputDump::log ( array $stats)

Log MediaWiki-style profiling data.

For classes that enable logsToOutput(), this must not be called unless Profiler::setAllowOutput is enabled.

Parameters
array$statsResult of Profiler::getFunctionStats()

Reimplemented from ProfilerOutput.

Definition at line 42 of file ProfilerOutputDump.php.

Member Data Documentation

◆ $suffix

ProfilerOutputDump::$suffix = ".xhprof"
protected

Definition at line 28 of file ProfilerOutputDump.php.


The documentation for this class was generated from the following file: