mktime函数优化方案 #include #include #include void printnow(){ static unsigned long long time=0; timeval tm; gettimeofday(&tm,NULL); if(time !=0) printf("cost time = %llu\n",tm.tv Other 2024-01-09 44 点赞 0 评论 66 浏览