summaryrefslogtreecommitdiff
path: root/src/clock.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/clock.hpp')
-rw-r--r--src/clock.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/clock.hpp b/src/clock.hpp
index 8b3bc75..6dc811f 100644
--- a/src/clock.hpp
+++ b/src/clock.hpp
@@ -44,7 +44,10 @@ namespace zmq
private:
+ // TSC timestamp of when last time measurement was made.
uint64_t last_tsc;
+
+ // Physical time corresponding to the TSC above (in milliseconds).
uint64_t last_time;
clock_t (const clock_t&);