Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 65c0d1c9fb0d329b3664722efb48e6539858e3fa..8c351f6b9502ee9fa51a510c4d3b6681c630e54a 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -448,6 +448,8 @@ DEFINE_BOOL(turbo_asm_deoptimization, false, |
"enable deoptimization in TurboFan for asm.js code") |
DEFINE_BOOL(turbo_verify, DEBUG_BOOL, "verify TurboFan graphs at each phase") |
DEFINE_BOOL(turbo_stats, false, "print TurboFan statistics") |
+DEFINE_BOOL(turbo_stats_nvp, false, |
+ "print TurboFan statistics in machine-readable format") |
DEFINE_BOOL(turbo_splitting, true, "split nodes during scheduling in TurboFan") |
DEFINE_BOOL(turbo_type_feedback, false, |
"use typed feedback for representation inference in Turbofan") |