The .NET framework provides easy access to the internal Windows high resolution timers which can be used to accurately measure microsecond-level time intervals.
This functionality is exposed by the StopWatch class. This class is relatively easy to use, but several pitfalls can be avoided by ...
[More]