Index: src/log.h |
diff --git a/src/log.h b/src/log.h |
index 76e3ceeecdc98165749f2107cab6ca3e8fb4bc1c..adf95ff9e23444bf4d1ec49d72d76c6af15e379f 100644 |
--- a/src/log.h |
+++ b/src/log.h |
@@ -31,6 +31,7 @@ |
#include "allocation.h" |
#include "objects.h" |
#include "platform.h" |
+#include "platform/elapsed-timer.h" |
namespace v8 { |
namespace internal { |
@@ -450,7 +451,7 @@ class Logger { |
// 'true' between SetUp() and TearDown(). |
bool is_initialized_; |
- int64_t epoch_; |
+ ElapsedTimer timer_; |
friend class CpuProfiler; |
}; |