BenchmarkResult Class |
Namespace: CMS.Tests
public class BenchmarkResult
The BenchmarkResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | BenchmarkResult |
Constructor
|
Name | Description | |
---|---|---|
![]() | Average |
Gets the average result time in milliseconds.
|
![]() | Max |
Gets the longest result time in milliseconds.
|
![]() | Min |
Gets the shortest result time in milliseconds.
|
Name | Description | |
---|---|---|
![]() | Write |
Writes the formatted information about the results using the specified writer.
Uses the System.Console.Out writer if no writer is specified.
|