| Index: src/execution.cc
|
| diff --git a/src/execution.cc b/src/execution.cc
|
| index a092a8a06cea1d99acfbfee6a92a114a06fedee3..37e41d50d30a554b665fbbbd0e5693b534cb0c69 100644
|
| --- a/src/execution.cc
|
| +++ b/src/execution.cc
|
| @@ -94,6 +94,7 @@ MUST_USE_RESULT MaybeHandle<Object> Invoke(Isolate* isolate, bool is_construct,
|
| if (FLAG_profile_deserialization && target->IsJSFunction()) {
|
| PrintDeserializedCodeInfo(Handle<JSFunction>::cast(target));
|
| }
|
| + RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::JS_Execution);
|
| value = CALL_GENERATED_CODE(isolate, stub_entry, orig_func, func, recv,
|
| argc, argv);
|
| }
|
|
|