MediaWiki REL1_33
|
Logs profiling data into the local DB. More...
Public Member Functions | |
__construct (Profiler $collector, array $params) | |
canUse () | |
Can this output type be used? | |
log (array $stats) | |
Log MediaWiki-style profiling data. | |
Public Member Functions inherited from ProfilerOutput | |
logsToOutput () | |
Does log() just send the data to the request/script output? | |
Private Attributes | |
bool | $perHost = false |
Whether to store host data with profiling calls. | |
Additional Inherited Members | |
Protected Attributes inherited from ProfilerOutput | |
Profiler | $collector |
array | $params = [] |
Configuration of $wgProfiler. | |
Logs profiling data into the local DB.
Definition at line 32 of file ProfilerOutputDb.php.
Profiler | $collector | The actual profiler |
array | $params | Configuration array, passed down from $wgProfiler |
Reimplemented from ProfilerOutput.
Definition at line 36 of file ProfilerOutputDb.php.
References ProfilerOutput\$collector, and ProfilerOutput\$params.
ProfilerOutputDb::canUse | ( | ) |
Can this output type be used?
Reimplemented from ProfilerOutput.
Definition at line 45 of file ProfilerOutputDb.php.
References wfReadOnly().
ProfilerOutputDb::log | ( | array | $stats | ) |
Log MediaWiki-style profiling data.
array | $stats | Result of Profiler::getFunctionStats() |
Reimplemented from ProfilerOutput.
Definition at line 50 of file ProfilerOutputDb.php.
References $data, $e, $fname, $name, as, DB_MASTER, use, wfGetDB(), and wfHostname().
|
private |
Whether to store host data with profiling calls.
Definition at line 34 of file ProfilerOutputDb.php.