diff options
author | chunyang.dai@intel.com <chunyang.dai@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-17 03:43:15 +0000 |
---|---|---|
committer | chunyang.dai@intel.com <chunyang.dai@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-17 03:43:15 +0000 |
commit | 4282e20436e6c6001b236b3bb244c3a41a2405da (patch) | |
tree | 6a7ac6c80b9d4b29784a798d9dce5b2c41dedfb0 /content/renderer/DEPS | |
parent | a00f545c506242dd03df675b5d519cc822d7d666 (diff) | |
download | chromium_src-4282e20436e6c6001b236b3bb244c3a41a2405da.zip chromium_src-4282e20436e6c6001b236b3bb244c3a41a2405da.tar.gz chromium_src-4282e20436e6c6001b236b3bb244c3a41a2405da.tar.bz2 |
This patch is to enable the vtune profiling tool support in chrome.
The V8 project provides the support of vtune profiling tool so that the
JavaScript code can be profiled. The initialization of vtune support in
the embedder of V8 is needed.
This patch has the following change:
1, enable the vtune support if "chromium_enable_vtunejit_for_v8" is
enabled before generating the project file.
2, Add one flag "enable-vtune-support" to enable it for every render
process. The initialization is invoked in the render process delegate.
currently linux and windows platform is supported.
contributed by chunyang.dai@intel.com
BUG=237741
Review URL: https://chromiumcodereview.appspot.com/14630005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200711 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer/DEPS')
-rw-r--r-- | content/renderer/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/renderer/DEPS b/content/renderer/DEPS index dc90e05..c556898 100644 --- a/content/renderer/DEPS +++ b/content/renderer/DEPS @@ -7,6 +7,7 @@ include_rules = [ "+third_party/mach_override", "+third_party/tcmalloc", "+v8/include", + "+v8/src/third_party/vtune", "-webkit/browser", ] |