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

Unified Diff: src/flag-definitions.h

Issue 1817033002: [Interpreter] Add dispatch counters for each bytecode. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@fix-abort
Patch Set: Created 4 years, 9 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 b8fbc414f308b08a254657332498c245c6e385e7..f033e6e5cf08c3745df0f2c015ac71fe9fbcf8bc 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -303,6 +303,8 @@ DEFINE_BOOL(trace_ignition, false,
"trace the bytecodes executed by the ignition interpreter")
DEFINE_BOOL(trace_ignition_codegen, false,
"trace the codegen of ignition interpreter bytecode handlers")
+DEFINE_BOOL(ignition_count_handler_dispatches, false,
+ "count dispatches to each handler")
// Flags for Crankshaft.
DEFINE_BOOL(crankshaft, true, "use crankshaft")
« src/d8.cc ('K') | « src/external-reference-table.cc ('k') | src/interpreter/interpreter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698