MediaWiki  1.28.1
ProfilerOutput Class Reference

Base class for profiling output. More...

Inheritance diagram for ProfilerOutput:
Collaboration diagram for ProfilerOutput:

Public Member Functions

 __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

Profiler $collector
 
array $params = []
 Configuration of $wgProfiler. More...
 

Detailed Description

Base class for profiling output.

Since 1.25

Definition at line 27 of file ProfilerOutput.php.

Constructor & Destructor Documentation

ProfilerOutput::__construct ( Profiler  $collector,
array  $params 
)

Constructor.

Parameters
Profiler$collectorThe actual profiler
array$paramsConfiguration array, passed down from $wgProfiler

Definition at line 38 of file ProfilerOutput.php.

References $collector, and $params.

Member Function Documentation

ProfilerOutput::canUse ( )

Can this output type be used?

Returns
bool

Definition at line 47 of file ProfilerOutput.php.

ProfilerOutput::log ( array  $stats)
abstract

Log MediaWiki-style profiling data.

Parameters
array$statsResult of Profiler::getFunctionStats()

Member Data Documentation

Profiler ProfilerOutput::$collector
protected

Definition at line 29 of file ProfilerOutput.php.

Referenced by __construct().

array ProfilerOutput::$params = []
protected

Configuration of $wgProfiler.

Definition at line 31 of file ProfilerOutput.php.

Referenced by __construct().


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