google c++ test framework 怎么把测试的时间精度提高? 默认是ms.
业精于勤,荒于嬉;行成于思,毁于随。
自己寫測量函數吧。
我剛看到這篇文章:http://segmentfault.com/blog/pezy/1190000002548499, 或許對你有幫助。
另外可以參考 GTest 原始碼裡的做法:
https://github.com/adobe/chromium/blob/master/base/time_win_unittest.cc
自己寫測量函數吧。
我剛看到這篇文章:http://segmentfault.com/blog/pezy/1190000002548499, 或許對你有幫助。
另外可以參考 GTest 原始碼裡的做法:
https://github.com/adobe/chromium/blob/master/base/time_win_unittest.cc