MediaWiki master
|
Benchmark any provided code for ad-hoc benchmarks. More...
Inherits Benchmarker.
Public Member Functions | |
__construct () | |
execute () | |
Benchmark any provided code for ad-hoc benchmarks.
Usage:
$ php benchmarkEval.php –code "Html::openElement( 'a', [ 'class' => 'foo' ] );" $ echo "Html::openElement( 'a', [ 'class' => 'foo' ] );" | php benchmarkEval.php $ php benchmarkEval.php input.txt
Definition at line 18 of file benchmarkEval.php.
BenchmarkEval::__construct | ( | ) |
Definition at line 19 of file benchmarkEval.php.
BenchmarkEval::execute | ( | ) |
Definition at line 32 of file benchmarkEval.php.