Let\'s imagine we have simple measurements using Stopwatch
Stopwatch
public void DoWork() { var timer = Stopwatch.StartNew(); // some hard work Lo
I think Stop is useful if you want to reuse the Elapsed value.