|
Joutsen v0.5.0+12-g5dd5f7e
|
A class representing the results of multiple repeated runs of a performance test. More...
Public Member Functions | |
| RepeatedTimerRun () | |
| void | AddRun (TimerRun run) |
| Adds a test run. More... | |
| override String | ToString () |
| Creates a string representation of this test run. More... | |
Properties | |
| Listable< TimerRun > | Runs [get] |
| The different runs added to this result. 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 runtime of all the tests. More... | |
| int | TotalNumberOfRuns [get] |
| The total number of tests run. More... | |
A class representing the results of multiple repeated runs of a performance test.
| Joutsen.Diagnostics.RepeatedTimerRun.RepeatedTimerRun | ( | ) |
| void Joutsen.Diagnostics.RepeatedTimerRun.AddRun | ( | TimerRun | run | ) |
Adds a test run.
| run | the new test run |
| override String Joutsen.Diagnostics.RepeatedTimerRun.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.
The different runs added to this result.
|
get |
The total number of tests run.
|
get |
The total runtime of all the tests.