I used to think that
Stopwatch.ElapsedTicks
was equal to
Stopwatch.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?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…