【c++】獲取函數運行時間的兩種方法

1.GetTickCount() GetTickCount是windows下的API 函數,檢索自系統啓動以來通過的毫秒數,最多爲49.7天ios //頭文件 #include <windows.h> //函數原型 DWORD WINAPI GetTickCount(void); //返回值 系統啓動後通過的毫秒數 測試代碼:c++ #include <iostream> #include <c
相關文章
相關標籤/搜索