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


Public Member Functions | |
| __construct ($profileConfig) | |
| logData () | |
| Log the whole profiling data into the database. | |
Static Public Member Functions | |
| static | format ($item, $key, $totalReal) |
| static | sort ($a, $b) |
Public Attributes | |
| $visible = false | |
Static Private Attributes | |
| static | $out |
The least sophisticated profiler output class possible, view your source! :)
Put the following 2 lines in StartProfiler.php:
$wgProfiler['class'] = 'ProfilerSimpleText'; $wgProfiler['visible'] = true;
Definition at line 17 of file ProfilerSimpleText.php.
| ProfilerSimpleText::__construct | ( | $ | profileConfig | ) |
Reimplemented from ProfilerSimple.
Definition at line 21 of file ProfilerSimpleText.php.
| static ProfilerSimpleText::format | ( | $ | item, |
| $ | key, | ||
| $ | totalReal | ||
| ) | [static] |
Definition at line 48 of file ProfilerSimpleText.php.
References $out.
Log the whole profiling data into the database.
Reimplemented from ProfilerSimple.
Definition at line 28 of file ProfilerSimpleText.php.
References Profiler\close(), and print.

| static ProfilerSimpleText::sort | ( | $ | a, |
| $ | b | ||
| ) | [static] |
Definition at line 44 of file ProfilerSimpleText.php.
ProfilerSimpleText::$out [static, private] |
Definition at line 19 of file ProfilerSimpleText.php.
| ProfilerSimpleText::$visible = false |
Definition at line 18 of file ProfilerSimpleText.php.