Chromium Code Reviews

Unified Diff: src/SConscript

Issue 10824032: Enables V8 integration with the Intel VTune performance analysis tool. This allows the VTune profi… (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « build/common.gypi ('k') | src/assembler.h » ('j') | src/assembler.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/SConscript
===================================================================
--- src/SConscript (revision 12182)
+++ src/SConscript (working copy)
@@ -237,7 +237,9 @@
'mode:release': [],
'mode:debug': [
'objects-debug.cc', 'prettyprinter.cc', 'regexp-macro-assembler-tracer.cc'
- ]
+ ],
+ 'vtunejit:on' : ['third_party/vtune/vtune-jit.cc']
+
}
« no previous file with comments | « build/common.gypi ('k') | src/assembler.h » ('j') | src/assembler.h » ('J')

Powered by Google App Engine