Summary
Concrete implementation of
Stopwatch. This class provides an object that remembers events as they happen
and when they happen and outputs a report with timing information at the end.
Constructors
Instance methods
| void | |
Logs an event. |
| void | |
Outputs the stopwatch report with timing information to the specified file. |
| string | |
Generates a report with timing information detailling when each logged event happened relative to the StopwatchReal.StartTime. |
Static properties
Instance fields
| List<StopwatchElement> | | Remembers the events as they happen. |
| DateTime | | Remembers when the stopwatch was started. |