Today I came across a new class in the .NET v2.0 that I've never seen documented before; the System.Diagnostics.StopWatch class. No introduction necessary. A Stopwatch instance can measure elapsed time for one interval, or the total of elapsed time...