嗨害嗨
5/1
2023

计算代码片段运行时间

printf("processing time: %ld us\n", ((stop.tv_sec - start.tv_sec) * 1000000 + stop.tv_usec) - start.tv_usec);

评论已关闭