Index: src/runtime.cc |
diff --git a/src/runtime.cc b/src/runtime.cc |
index 13a45d532ebbca1b14fa55d499c8330e87074414..d5903a0645012edf955edc56434add451425e40a 100644 |
--- a/src/runtime.cc |
+++ b/src/runtime.cc |
@@ -9636,6 +9636,7 @@ RUNTIME_FUNCTION(Runtime_DebugTrace) { |
RUNTIME_FUNCTION(Runtime_DateCurrentTime) { |
HandleScope scope(isolate); |
ASSERT(args.length() == 0); |
+ if (FLAG_log_timer_events) LOG(isolate, CurrentTimeEvent()); |
// According to ECMA-262, section 15.9.1, page 117, the precision of |
// the number in a Date object representing a particular instant in |