每次要簡單計時,第一個念頭都會先想說用用c++ 11 的chrono library。 ... auto ts = std::chrono::steady_clock::now(); .
確定! 回上一頁