|
MediaWiki master
|
Adds profiler output to the HTTP response. More...
Inherits ProfilerOutput.

Public Member Functions | |
| __construct (Profiler $collector, array $params) | |
| log (array $stats) | |
| Log MediaWiki-style profiling data. | |
| logsToOutput () | |
May the log() try to write to standard output?
| |
Public Member Functions inherited from ProfilerOutput | |
| canUse () | |
| Can this output type be used? | |
Additional Inherited Members | |
Protected Attributes inherited from ProfilerOutput | |
| Profiler | $collector |
| LoggerInterface | $logger |
| array | $params |
| Configuration of $wgProfiler. | |
Adds profiler output to the HTTP response.
The least sophisticated profiler output class possible, view source! :)
Definition at line 15 of file ProfilerOutputText.php.
| ProfilerOutputText::__construct | ( | Profiler | $collector, |
| array | $params ) |
| Profiler | $collector | The actual profiler |
| array | $params | Configuration array, passed down from $wgProfiler |
Reimplemented from ProfilerOutput.
Definition at line 22 of file ProfilerOutputText.php.
References ProfilerOutput\$collector, and ProfilerOutput\$params.
| ProfilerOutputText::log | ( | array | $stats | ) |
Log MediaWiki-style profiling data.
For classes that enable logsToOutput(), this must not be called unless Profiler::setAllowOutput is enabled.
| array | $stats | Result of Profiler::getFunctionStats() |
Reimplemented from ProfilerOutput.
Definition at line 33 of file ProfilerOutputText.php.
References wfIsCLI().
| ProfilerOutputText::logsToOutput | ( | ) |
May the log() try to write to standard output?
Reimplemented from ProfilerOutput.
Definition at line 29 of file ProfilerOutputText.php.