摘要: //该程序意在输出10分之1秒的系统时间戳 void printTimestamp(void) { using namespace std::chrono; typedef typename duration> mseconds; time_point tp = time_point_cast(system_clock::now()); auto tmp = d... 阅读全文
posted @ 2018-07-02 10:10 albertPaul 阅读(371) 评论(0) 推荐(0) 编辑