Contents tagged with Stopwatch
-
Using System.Diagnostics.Stopwatch class to measure the elapsed time
I’ve been playing around with the Stopwatch class using .NET Framework 4.0. It contains great set of methods which you can use to measure the elapsed time while your code executes.