Why is my Stopwatch.Frequency so low?

后端 未结 4 1458
温柔的废话
温柔的废话 2021-02-08 06:58
  Debug.WriteLine(\"Timer is high-resolution: {0}\", Stopwatch.IsHighResolution);
  Debug.WriteLine(\"Timer frequency: {0}\", Stopwatch.Frequency);

Res

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-08 07:08

    I think 2,597,705 = your processor frequency. Myne is 2,737,822. i7 930

提交回复
热议问题