clock時鐘的用法

#include<stsdio.h> #include<time.h> cloct_t start,stop; //clock_t是clock()函數返回的變量類型; double duration; //記錄被測函數運行時間,以秒爲單位; int main() { //不在測試範圍內的準備工作寫在clock()調用之前; start=clock(); MyFunction(); stop=clo
相關文章
相關標籤/搜索