Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(540)

Unified Diff: gin/isolate_holder.cc

Issue 707273005: (WIP) Implement V8 Tracing -- DO NOT LAND (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gin/gin.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/isolate_holder.cc
diff --git a/gin/isolate_holder.cc b/gin/isolate_holder.cc
index 334c0e0ee5130c6e1c081cb40c9f0541b06a2da9..e43f62a846f4dddabb8a188a24fab3d7fe75f50d 100644
--- a/gin/isolate_holder.cc
+++ b/gin/isolate_holder.cc
@@ -13,6 +13,7 @@
#include "base/sys_info.h"
#include "gin/array_buffer.h"
#include "gin/debug_impl.h"
+#include "gin/event_tracer_impl.h"
#include "gin/function_template.h"
#include "gin/per_isolate_data.h"
#include "gin/public/v8_platform.h"
@@ -169,6 +170,7 @@ void IsolateHolder::Initialize(ScriptMode mode,
v8::V8::SetSnapshotDataBlob(&snapshot);
#endif // V8_USE_EXTERNAL_STARTUP_DATA
v8::V8::Initialize();
+ InitV8EventTracer();
v8_is_initialized = true;
}
« no previous file with comments | « gin/gin.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698