Linux系统中C语言计时器的使用

转自:http://www.wd51.com/os/linux/2011/0518/572.htmlhtml 在Linux中用C语言计时能够用不少方法。 linux 第一种: 使用秒级别的技术   #include <iostream> #include <time.h> using namespace std; int main() { clock_t start = clock(); //do
相关文章
相关标签/搜索