You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在讲述它的使用细节之前,我们还是要来先聊一下 C++ 中的[**时间库**](https://zh.cppreference.com/w/cpp/chrono#std::chrono_.E5.BA.93)(chrono),指定时间的方式,它较为麻烦。我们分:***时钟**(clock)*、***时间段**(time point)*、***时间点**(duration)*三个阶段稍微介绍一下。
764
+
在讲述它的使用细节之前,我们还是要来先聊一下 C++ 中的[**时间库**](https://zh.cppreference.com/w/cpp/chrono#std::chrono_.E5.BA.93)(chrono),指定时间的方式,它较为麻烦。我们分:***时钟**(clock)*、***时间段**(duration)*、***时间点**(time point)*三个阶段稍微介绍一下。
0 commit comments