Chromium Code Reviews| Index: src/api.cc |
| diff --git a/src/api.cc b/src/api.cc |
| index 3c4496055f772f83d67ebd925a21f671e0e00498..f874fc2543e766bfda291a1df0ec43cad8e0dcd9 100644 |
| --- a/src/api.cc |
| +++ b/src/api.cc |
| @@ -1684,6 +1684,7 @@ Local<Value> Script::Run() { |
| ON_BAILOUT(isolate, "v8::Script::Run()", return Local<Value>()); |
| LOG_API(isolate, "Script::Run"); |
| ENTER_V8(isolate); |
| + i::Logger::TimerEventScope timer_scope(isolate->logger(), "V8.ScriptRun"); |
| i::Object* raw_result = NULL; |
| { |
| i::HandleScope scope(isolate); |