Let\'s imagine we have simple measurements using Stopwatch
Stopwatch
public void DoWork() { var timer = Stopwatch.StartNew(); // some hard work Lo
If your code doesn't need to calculate, then no need to use Stop().