I used to think that
Stopwatch.ElapsedTicks
was equal toStopwatch.Elapsed.Ticks
.
But it isn't. While the latter is a number of 100 nanoseconds periods, the former use a mysterious unit called timer ticks
. I wonder what those are, and why are they different from the usual unit of measurement?