| Index: src/interpreter/interpreter.cc
|
| diff --git a/src/interpreter/interpreter.cc b/src/interpreter/interpreter.cc
|
| index c47342e4b0d9976f222231984c53f97f7ff0d8a0..087dfc64aa6b69f567909b71bd901defe396a6f1 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);
|
|
|