| MultiBenchmark Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Base.Internal
 Syntax
Syntaxpublic class MultiBenchmark : Benchmark
The MultiBenchmark type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | MultiBenchmark | 
            Constructor
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | BaseLine | 
            Base line benchmark to compare to
             | 
|  | Benchmarks | 
            Benchmarks covered by this benchmark
             | 
|  | Iterations | 
            Number of iterations to run. Default 1000
            (Inherited from Benchmark.) | 
|  | Results | 
            Results of the benchmark
            (Inherited from Benchmark.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetReport | 
            Gets the benchmark report
            (Overrides BenchmarkGetReport(Benchmark).) | 
|  | Run | 
            Runs the benchmarks
            (Overrides BenchmarkRun.) | 
 See Also
See Also