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

Unified Diff: src/flag-definitions.h

Issue 11552033: This patch is the propagation version of https://codereview.chromium.org/10824032 patch (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 8 years 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
===================================================================
--- src/flag-definitions.h (revision 13212)
+++ src/flag-definitions.h (working copy)
@@ -663,7 +663,8 @@
DEFINE_bool(log_timer_events, false,
"Time events including external callbacks.")
DEFINE_implication(log_timer_events, log_internal_timer_events)
-
+DEFINE_bool(jit_profile, false, "profile the JITted code for extern profiling"
danno 2012/12/20 16:27:20 I don't think you need this flag. Why not just mak
+ "tools such as vtune")
//
// Disassembler only flags
//

Powered by Google App Engine
This is Rietveld 408576698