Question

Is there a place that I could look at the .NET Stopwatch code and see what it's doing? I'm trying to match up some C++ code to normalize timestamp that .NET stopwatch provides with QueryPerformance call in C++. (I need to have really good precision if possible, so I need to understand what's actually going on in the .NET Stopwatch calls).

Is the code visible / open somewhere that I can read it online. Is decompiling mscorlib an option? I'm kind of keeping this as a last resort.

Was it helpful?
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top