Showing posts with label C++. Show all posts
Showing posts with label C++. Show all posts

Wednesday, March 6, 2024

【C++】高精度的時間量測方法

很多場合會需要進行運算時間的量測,而傳統的 clock 在時間精度上卻相當悲劇,在 15ms 內的時間幾乎很難正確評估。C++ 提供了一個方法,能讓時間量測變得相當精準。

 

Friday, October 2, 2015

熱門文章