| Index: src/interpreter/interpreter.cc
|
| diff --git a/src/interpreter/interpreter.cc b/src/interpreter/interpreter.cc
|
| index de7a0bd0264894755c6d3f02d9baaadbff37e1f6..226ddbd8533bca6b28763f4e475a673c93d3642d 100644
|
| --- a/src/interpreter/interpreter.cc
|
| +++ b/src/interpreter/interpreter.cc
|
| @@ -131,6 +131,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");
|
|
|
|
|