| Index: src/interpreter/interpreter.cc
|
| diff --git a/src/interpreter/interpreter.cc b/src/interpreter/interpreter.cc
|
| index 505202c6cb3e915330d88270ec77f328b38782db..cdcb3aa80d8c7c4c051f1838ea6c25aa88cafff3 100644
|
| --- a/src/interpreter/interpreter.cc
|
| +++ b/src/interpreter/interpreter.cc
|
| @@ -123,6 +123,8 @@ int Interpreter::InterruptBudget() {
|
| }
|
|
|
| bool Interpreter::MakeBytecode(CompilationInfo* info) {
|
| + RuntimeCallTimerScope runtimeTimer(info->isolate(),
|
| + &RuntimeCallStats::CompileIgnition);
|
| TimerEventScope<TimerEventCompileIgnition> timer(info->isolate());
|
| TRACE_EVENT0("v8", "V8.CompileIgnition");
|
|
|
|
|