MediaWiki
REL1_22
|
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 33 of file benchmarkHooks.php.
BenchmarkHooks::benchHooks | ( | $ | trials = 10 | ) | [private] |
$trials | int |
Definition at line 67 of file benchmarkHooks.php.
References wfRunHooks().
Referenced by execute().
Reimplemented from Maintenance.
Definition at line 38 of file benchmarkHooks.php.
References $time, $wgHooks, array(), benchHooks(), global, and Maintenance\output().
Definition at line 81 of file benchmarkHooks.php.