|
MediaWiki
master
|
The least sophisticated profiler output class possible, view your source! :) More...


Public Member Functions | |
| __construct (Profiler $collector, array $params) | |
| log (array $stats) | |
Public Member Functions inherited from ProfilerOutput | |
| __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 | |
| float | $thresholdMs |
| Min real time display threshold. More... | |
Protected Attributes inherited from ProfilerOutput | |
| Profiler | $collector |
| array | $params = [] |
| Configuration of $wgProfiler. More... | |
The least sophisticated profiler output class possible, view your source! :)
Definition at line 30 of file ProfilerOutputText.php.
Definition at line 34 of file ProfilerOutputText.php.
| ProfilerOutputText::log | ( | array | $stats | ) |
Definition at line 40 of file ProfilerOutputText.php.
References $out, $thresholdMs, print, and use.
|
protected |
Min real time display threshold.
Definition at line 32 of file ProfilerOutputText.php.
Referenced by log().