MediaWiki  1.29.2
ProfilerOutputDb Class Reference

Logs profiling data into the local DB. More...

Inheritance diagram for ProfilerOutputDb:
Collaboration diagram for ProfilerOutputDb:

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...
 

Private Attributes

bool $perHost = false
 Whether to store host data with profiling calls. More...
 

Additional Inherited Members

- Protected Attributes inherited from ProfilerOutput
Profiler $collector
 
array $params = []
 Configuration of $wgProfiler. More...
 

Detailed Description

Logs profiling data into the local DB.

Since
1.25

Definition at line 32 of file ProfilerOutputDb.php.

Constructor & Destructor Documentation

◆ __construct()

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

Constructor.

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

Reimplemented from ProfilerOutput.

Definition at line 36 of file ProfilerOutputDb.php.

References ProfilerOutput\$collector, and ProfilerOutput\$params.

Member Function Documentation

◆ canUse()

ProfilerOutputDb::canUse ( )

Can this output type be used?

Returns
bool

Reimplemented from ProfilerOutput.

Definition at line 45 of file ProfilerOutputDb.php.

References wfReadOnly().

◆ log()

ProfilerOutputDb::log ( array  $stats)

Log MediaWiki-style profiling data.

Parameters
array$statsResult of Profiler::getFunctionStats()

Reimplemented from ProfilerOutput.

Definition at line 50 of file ProfilerOutputDb.php.

References $e, $name, as, DB_MASTER, wfGetDB(), and wfHostname().

Member Data Documentation

◆ $perHost

bool ProfilerOutputDb::$perHost = false
private

Whether to store host data with profiling calls.

Definition at line 34 of file ProfilerOutputDb.php.


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