| BenchmarkTResult Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Base.Internal
 Syntax
SyntaxThe BenchmarkTResult type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | BenchmarkTResult | 
            Constructor
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ExecuteFunc | 
            Function to execute within each iteration
             | 
|  | Iterations | 
            Number of iterations to run. Default 1000
            (Inherited from Benchmark.) | 
|  | Name | 
            Benchmark name
             | 
|  | Result | 
            Results of the benchmarked function
             | 
|  | Results | 
            Results of the benchmark
            (Inherited from Benchmark.) | 
|  | SetupFunc | 
            Performs the setup of the benchmark
             | 
|  | TearDownFunc | 
            Performs the tear down of the benchmark
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetReport | 
            Gets the results report
            (Overrides BenchmarkGetReport(Benchmark).) | 
|  | Run | 
            Runs the benchmark
            (Overrides BenchmarkRun.) | 
 See Also
See Also