MediaWiki
REL1_19
|
Public Member Functions | |
__construct () | |
Default constructor. | |
execute () | |
Do the actual work. | |
test () | |
Private Member Functions | |
benchHooks ($trials=10) |
Definition at line 24 of file benchmarkHooks.php.
Default constructor.
Children should call this *first* if implementing their own constructors
Reimplemented from Benchmarker.
Definition at line 26 of file benchmarkHooks.php.
BenchmarkHooks::benchHooks | ( | $ | trials = 10 | ) | [private] |
$trials | int |
Definition at line 60 of file benchmarkHooks.php.
References wfRunHooks(), and wfTime().
Referenced by execute().
Do the actual work.
All child classes will need to implement this
Reimplemented from Maintenance.
Definition at line 31 of file benchmarkHooks.php.
References $wgHooks, benchHooks(), and Maintenance\output().
Definition at line 74 of file benchmarkHooks.php.