Index: src/interpreter/interpreter.cc |
diff --git a/src/interpreter/interpreter.cc b/src/interpreter/interpreter.cc |
index 1831e84a544759d307e45c8a3640b1730476aebb..5f015c9de8c7397796f710b49c92e7716349eeae 100644 |
--- a/src/interpreter/interpreter.cc |
+++ b/src/interpreter/interpreter.cc |
@@ -136,7 +136,8 @@ bool Interpreter::MakeBytecode(CompilationInfo* info) { |
RuntimeCallTimerScope runtimeTimer(info->isolate(), |
&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); |
if (FLAG_print_bytecode || FLAG_print_ast) { |
OFStream os(stdout); |