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

Unified Diff: src/flag-definitions.h

Issue 368433006: Reland "Linux perf tool support update + refactoring." (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix Android builder Created 6 years, 6 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/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index d7341e61052a024b9d35133ec993705dd190f8e9..9e617a392c12fc12ade242ba9148e970cc8eeb79 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -786,8 +786,10 @@ DEFINE_bool(logfile_per_isolate, true, "Separate log files for each isolate.")
DEFINE_bool(ll_prof, false, "Enable low-level linux profiler.")
DEFINE_bool(perf_basic_prof, false,
"Enable perf linux profiler (basic support).")
+DEFINE_neg_implication(perf_basic_prof, compact_code_space)
DEFINE_bool(perf_jit_prof, false,
"Enable perf linux profiler (experimental annotate support).")
+DEFINE_neg_implication(perf_jit_prof, compact_code_space)
DEFINE_string(gc_fake_mmap, "/tmp/__v8_gc__",
"Specify the name of the file for fake gc mmap used in ll_prof")
DEFINE_bool(log_internal_timer_events, false, "Time internal events.")
« no previous file with comments | « src/base/platform/platform-win32.cc ('k') | src/isolate.cc » ('j') | src/perf-jit.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698