摘要:
https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/attributes/caller-information C#获取调用方的信息,没找到类相关的信息 public void DoProcessing() { Tra 阅读全文
摘要:
如果没改变SystemTimer的resolution,那么会睡眠15.625ms(64HZ)。 但很多程序会通过NtSetTimerResolution等接口申请改变timer的resolution。比如QQ,会将其设置1ms。 那么此时会睡眠1~2ms之间的值。 Say the ActualRe 阅读全文