摘要: 使用gettimeofday(),没有系统调用的开销。 std::string getTime(void) { timeval tv; tm * time; std::stringstream ss; if(gettimeofday(&tv, nullptr) == -1){ throw errno 阅读全文
posted @ 2020-05-02 23:49 wa小怪兽 阅读(579) 评论(0) 推荐(0) 编辑