简体   繁体   English

我可以在某个地方查看.NET秒表代码,看看它在做什么吗?

[英]Is there a place that I could look at the .NET Stopwatch code and see what it's doing?

Is there a place that I could look at the .NET Stopwatch code and see what it's doing? 我可以在某个地方查看.NET秒表代码,看看它在做什么吗? I'm trying to match up some C++ code to normalize timestamp that .NET stopwatch provides with QueryPerformance call in C++. 我试图匹配一些C ++代码以标准化.NET秒表通过C ++中的QueryPerformance调用提供的时间戳。 (I need to have really good precision if possible, so I need to understand what's actually going on in the .NET Stopwatch calls). (如果可能,我必须具有非常好的精度,因此我需要了解.NET Stopwatch调用中的实际情况)。

Is the code visible / open somewhere that I can read it online. 该代码是否可见/在我可以在线阅读的地方打开。 Is decompiling mscorlib an option? 可以反编译mscorlib吗? I'm kind of keeping this as a last resort. 我有点把它作为最后的手段。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM