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

Unified Diff: src/flag-definitions.h

Issue 593563005: [turbofan] basic block profiler (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: unit test file 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
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 49f0714dec63d007856ad7a897053bcc231990e9..ed7f655b0d21c7c4288b297129c0f6931975c237 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -349,6 +349,8 @@ DEFINE_BOOL(turbo_deoptimization, false, "enable deoptimization in TurboFan")
DEFINE_BOOL(turbo_inlining, false, "enable inlining in TurboFan")
DEFINE_BOOL(trace_turbo_inlining, false, "trace TurboFan inlining")
DEFINE_IMPLICATION(turbo_inlining, turbo_types)
+DEFINE_BOOL(turbo_profiling, false, "enable profiling in TurboFan")
+DEFINE_STRING(turbo_profiling_filter, "*", "profiling filter in TurboFan")
titzer 2014/09/24 14:59:31 Let's just profile it all...
dcarney 2014/09/25 08:15:15 okay, but I've found it useful to limit the output
titzer 2014/09/25 09:13:59 Ok, you can leave it in.
DEFINE_INT(typed_array_max_size_in_heap, 64,
"threshold for in-heap typed array")

Powered by Google App Engine
This is Rietveld 408576698