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 155 点赞 2 评论 234 浏览