summaryrefslogtreecommitdiff
path: root/lib/common/Timer.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2012-11-07 00:24:37 +0000
committerChris Wilson <chris+github@qwirx.com>2012-11-07 00:24:37 +0000
commit5d544781782335220b75c79a5e886ed4bd181940 (patch)
tree087466c26af7229d6be82e7daddf177d50dcd208 /lib/common/Timer.h
parentdd0264e7e5d707fcec0a9896f47dbd67b2b0036b (diff)
Refactor and improve timer trace logging, fix subsecond formatting error.
Diffstat (limited to 'lib/common/Timer.h')
-rw-r--r--lib/common/Timer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common/Timer.h b/lib/common/Timer.h
index bd118a18..f9e2f0c3 100644
--- a/lib/common/Timer.h
+++ b/lib/common/Timer.h
@@ -76,6 +76,7 @@ private:
void Start();
void Start(int64_t timeoutMillis);
void Stop();
+ void LogAssignment(const Timer &From);
#ifdef WIN32
HANDLE mTimerHandle;