MediaWiki
REL1_24
|
Maintenance script that benchmarks MediaWiki hooks. More...
Public Member Functions | |
__construct () | |
execute () | |
test () | |
Private Member Functions | |
benchHooks ($trials=10) |
Maintenance script that benchmarks MediaWiki hooks.
Definition at line 31 of file benchmarkHooks.php.
Reimplemented from Benchmarker.
Definition at line 32 of file benchmarkHooks.php.
BenchmarkHooks::benchHooks | ( | $ | trials = 10 | ) | [private] |
int | $trials |
Definition at line 66 of file benchmarkHooks.php.
References wfRunHooks().
Referenced by execute().
Reimplemented from Maintenance.
Definition at line 37 of file benchmarkHooks.php.
References $time, $wgHooks, array(), benchHooks(), global, and Maintenance\output().
Definition at line 81 of file benchmarkHooks.php.