2018年5月23日
摘要: 1 #include 2 void current_time() 3 { 4 // 当前时间点 5 std::chrono::system_clock::time_point t_now = 6 std::chrono::high_resolution_clock::now(); 7 // 转换精度到微秒级别 8 std::chr... 阅读全文
posted @ 2018-05-23 13:47 独孤酷酷 阅读(231) 评论(0) 推荐(0) 编辑