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

Unified Diff: src/flag-definitions.h

Issue 422593003: Initial GetSample implementation. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Moved thread logic out of GetSample Created 6 years, 3 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 | « src/cpu-profiler.h ('k') | src/log.cc » ('j') | src/sampler.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 2fe93c6ec69bf5b4911aec274449a8f216a40be8..8635ebffc1f18e3a714c3dd4caa900679b0bd4b5 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -806,6 +806,9 @@ DEFINE_STRING(redirect_code_traces_to, NULL,
DEFINE_BOOL(hydrogen_track_positions, false,
"track source code positions when building IR")
+DEFINE_BOOL(new_sampler_api, false,
+ "use the new sampler API")
+
//
// Disassembler only flags
//
« no previous file with comments | « src/cpu-profiler.h ('k') | src/log.cc » ('j') | src/sampler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698