C#/.NET Little Pitfalls: Stopwatch Ticks are not TimeSpan Ticks

added by BlackRabbitCoder
1/12/2012 6:31:53 PM

201 Views

The System.Diagnostics.Stopwatch class is very useful for elapsed time measurements in .NET applications. Today we’ll look at the ElapsedTicks member of the Stopwatch class, and some of the confusion of what this quantity represents, especially compared to TimeSpan or DateTime Ticks.


1 comments

BlackRabbitCoder
1/12/2012 6:33:16 PM
new post