Index: src/interpreter/interpreter.cc |
diff --git a/src/interpreter/interpreter.cc b/src/interpreter/interpreter.cc |
index 7480ff649e3bb9b5beadb2e778ee5eea6d726652..6c7c619fe2181b2ac30809ab7565e31320ba8abb 100644 |
--- a/src/interpreter/interpreter.cc |
+++ b/src/interpreter/interpreter.cc |
@@ -182,6 +182,8 @@ |
&RuntimeCallStats::CompileIgnition); |
TimerEventScope<TimerEventCompileIgnition> timer(info()->isolate()); |
TRACE_EVENT0(TRACE_DISABLED_BY_DEFAULT("v8.compile"), "V8.CompileIgnition"); |
+ TRACE_EVENT_RUNTIME_CALL_STATS_TRACING_SCOPED( |
+ info()->isolate(), &tracing::TraceEventStatsTable::CompileIgnition); |
generator()->GenerateBytecode(stack_limit()); |