| Index: src/interpreter/interpreter.cc
|
| diff --git a/src/interpreter/interpreter.cc b/src/interpreter/interpreter.cc
|
| index 1bdd4efde01480d6e12336dd8e11d72a1a07890c..33e945271a680beef05dd9f93d6439a823099288 100644
|
| --- a/src/interpreter/interpreter.cc
|
| +++ b/src/interpreter/interpreter.cc
|
| @@ -136,8 +136,7 @@
|
| RuntimeCallTimerScope runtimeTimer(info->isolate(),
|
| &RuntimeCallStats::CompileIgnition);
|
| TimerEventScope<TimerEventCompileIgnition> timer(info->isolate());
|
| - TRACE_EVENT_RUNTIME_CALL_STATS_TRACING_SCOPED(
|
| - info->isolate(), &tracing::TraceEventStatsTable::CompileIgnition);
|
| + TRACE_EVENT0(TRACE_DISABLED_BY_DEFAULT("v8.compile"), "V8.CompileIgnition");
|
|
|
| if (FLAG_print_bytecode || FLAG_print_ast) {
|
| OFStream os(stdout);
|
|
|