Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 6419726f3fa6b348257c6e35b8aaf7b30e2c7904..ca8a54522c20634d9a46e22e4079825e0448d149 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -301,6 +301,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") |