thread: stopwatch 相关修改模板传参

This commit is contained in:
Calcitem 2020-10-21 23:26:31 +08:00
parent e87a027a14
commit 75be8e26aa
1 changed files with 2 additions and 2 deletions

View File

@ -111,8 +111,8 @@ public:
#endif
#ifdef CYCLE_STAT
stopwatch::rdtscp_clock::time_point sortCycle;
stopwatch::timer::duration sortCycle { 0 };
stopwatch::timer::period sortCycle;
stopwatch::timer<std::chrono::system_clock>::duration sortCycle { 0 };
stopwatch::timer<std::chrono::system_clock>::period sortCycle;
#endif
#ifdef ENDGAME_LEARNING