Stopwatches
suggest changeSyntax
- stopWatch.Start() - Starts Stopwatch.
- stopWatch.Stop() - Stops Stopwatch.
- stopWatch.Elapsed - Gets the total elapsed time measured by the current interval.
Remarks
Stopwatches are often used in benchmarking programs to time code and see how optimal different segments of code take to run.
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents