|
Joutsen
v0.4.1
|
A class representing a single run of a performance test with a certain number of repetitions. More...
Public Member Functions | |
| TimerRun () | |
| void | AddResult (TimeSpan runtime) |
| Adds a runtime result. More... | |
| override String | ToString () |
| Creates a string representation of this test run. More... | |
Properties | |
| Listable< TimeSpan > | RunResults [get] |
| The results of the different test runs. More... | |
| TimeSpan | AverageRunTime [get] |
| The average elapsed time of the different test runs of this result. More... | |
| TimeSpan | MaxRunTime [get] |
| The maximum elapsed time of the different test runs of this result. More... | |
| TimeSpan | MinRunTime [get] |
| The minimum elapsed time of the different test runs of this result. More... | |
| TimeSpan | TotalRuntimeOfAllRuns [get] |
| The total elapsed time of all the test runs. More... | |
A class representing a single run of a performance test with a certain number of repetitions.
| Joutsen.System.Diagnostics.TimerRun.TimerRun | ( | ) |
| void Joutsen.System.Diagnostics.TimerRun.AddResult | ( | TimeSpan | runtime | ) |
Adds a runtime result.
| runtime | the elapsed time for one run |
| override String Joutsen.System.Diagnostics.TimerRun.ToString | ( | ) |
Creates a string representation of this test run.
|
get |
The average elapsed time of the different test runs of this result.
|
get |
The maximum elapsed time of the different test runs of this result.
|
get |
The minimum elapsed time of the different test runs of this result.
|
get |
The results of the different test runs.
|
get |
The total elapsed time of all the test runs.
1.8.13