The code in post #7 lacks some fairly important code from my post in that other thread; specifically the line that starts the stopwatch. If you don't start it how can it measure anything? The advantage of using the Stopwatch class is that you don't have to worry about your own variables to store the time, plus you can pause it without having to do tedious calculations. I suggest that you use it.