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

Unified Diff: src/v8dll-main.cc

Issue 11574031: Intel VTune integration for V8/D8 (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 7 years, 10 months 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
Index: src/v8dll-main.cc
===================================================================
--- src/v8dll-main.cc (revision 13792)
+++ src/v8dll-main.cc (working copy)
@@ -30,6 +30,10 @@
#undef USING_V8_SHARED
#include "../include/v8.h"
+#ifdef ENABLE_VTUNE_JIT_INTERFACE
+#include "third_party/vtune/v8-vtune.h"
+#endif
danno 2013/03/07 14:19:20 shouldn't be necessary, see other comments.
+
#ifdef WIN32
#include <windows.h> // NOLINT

Powered by Google App Engine
This is Rietveld 408576698