MediaWiki  REL1_20
Benchmarker Class Reference

Base class for benchmark scripts. More...

Inheritance diagram for Benchmarker:
Collaboration diagram for Benchmarker:

List of all members.

Public Member Functions

 __construct ()
 Default constructor.
 bench (array $benchs)
 getFormattedResults ()

Private Attributes

 $results

Detailed Description

Base class for benchmark scripts.

Definition at line 37 of file Benchmarker.php.


Constructor & Destructor Documentation

Default constructor.

Children should call this *first* if implementing their own constructors

Reimplemented from Maintenance.

Reimplemented in bench_strtr_str_replace, bench_utf8_title_check, bench_HTTP_HTTPS, bench_if_switch, bench_wfIsWindows, BenchmarkDeleteTruncate, BenchmarkHooks, and BenchmarkPurge.

Definition at line 40 of file Benchmarker.php.

References Maintenance\addOption().


Member Function Documentation


Member Data Documentation

Benchmarker::$results [private]

Definition at line 38 of file Benchmarker.php.


The documentation for this class was generated from the following file: