What is the best, most accurate timer in C++?

前端 未结 4 1994
暗喜
暗喜 2020-12-06 11:50

What is the best, most accurate timer in C++?

4条回答
  •  独厮守ぢ
    2020-12-06 12:36

    Under windows it would be QueryPerformanceCounter, though seeing as you didn't specify any conditions it possible to have an external ultra high resolution timer that has a c++ interface for the driver

提交回复
热议问题