I’ve been using Stopwatch (and blogged about it ) for some time and it never occurred to me to check how it really works. When using it as a benchmarking tool the fact that perhaps it wasn’t as accurate as can possible be didn’t bother me at all. The question of the accuracy of Stopwatch become relevant in one of my pet projects, I needed a high precision timer and I wanted to know if it was up to the task. Investigating Stopwatch proved to be very easy – using Reflector and I’ve opened System.Diagnostics...