thread: stopwatch 相关修改模板传参
This commit is contained in:
parent
e87a027a14
commit
75be8e26aa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue