From 75be8e26aae922a43e7c182c4cfa3385eb119eb8 Mon Sep 17 00:00:00 2001 From: Calcitem Date: Wed, 21 Oct 2020 23:26:31 +0800 Subject: [PATCH] =?UTF-8?q?thread:=20stopwatch=20=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A8=A1=E6=9D=BF=E4=BC=A0=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/thread.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/thread.h b/src/thread.h index e2cbe967..92b35c9b 100644 --- a/src/thread.h +++ b/src/thread.h @@ -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::duration sortCycle { 0 }; + stopwatch::timer::period sortCycle; #endif #ifdef ENDGAME_LEARNING