Index: src/execution.cc |
diff --git a/src/execution.cc b/src/execution.cc |
index 59421c70bef54d2c0e8466fa71fc567d94cdc8d2..6936641cb5ee138cbeb4d671156cd0fff79199aa 100644 |
--- a/src/execution.cc |
+++ b/src/execution.cc |
@@ -136,6 +136,8 @@ |
PrintDeserializedCodeInfo(Handle<JSFunction>::cast(target)); |
} |
RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::JS_Execution); |
+ TRACE_EVENT_RUNTIME_CALL_STATS_TRACING_SCOPED( |
+ isolate, &tracing::TraceEventStatsTable::JS_Execution); |
value = CALL_GENERATED_CODE(isolate, stub_entry, orig_func, func, recv, |
argc, argv); |
} |