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

Unified Diff: SConstruct

Issue 1635005: Allow new CPU profiling subsystem to coexist nicely with the old one. (Closed)
Patch Set: Fix TickSampleEvent Created 10 years, 8 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
« no previous file with comments | « no previous file | src/cpu-profiler.h » ('j') | src/cpu-profiler-inl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: SConstruct
diff --git a/SConstruct b/SConstruct
index b81efcb4b3dd5d6049f97c134d272b353d6413c2..efdd15c484534e092b3750ac426db03f4a486517 100644
--- a/SConstruct
+++ b/SConstruct
@@ -695,7 +695,7 @@ SIMPLE_OPTIONS = {
},
'cppprofilesprocessor': {
'values': ['on', 'off'],
- 'default': 'off',
+ 'default': 'on',
'help': 'enable C++ profiles processor'
},
'debuggersupport': {
« no previous file with comments | « no previous file | src/cpu-profiler.h » ('j') | src/cpu-profiler-inl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698