C++中记录时间的函数

#include <time.h>

 

clock_t t1 = clock();

clock_t t2 = clock();

t2-t1

posted @ 2015-05-11 11:54  jenny2015  阅读(410)  评论(0)    收藏  举报