summaryrefslogtreecommitdiffstats
path: root/src/metrics.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/metrics.cc')
-rw-r--r--src/metrics.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/metrics.cc b/src/metrics.cc
index 8407717..ca4f97a 100644
--- a/src/metrics.cc
+++ b/src/metrics.cc
@@ -120,6 +120,6 @@ uint64_t Stopwatch::Now() const {
}
int64_t GetTimeMillis() {
- return 1000 * TimerToMicros(HighResTimer());
+ return TimerToMicros(HighResTimer()) / 1000;
}