Index: runtime/vm/flag_list.h |
diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h |
index c59746ece95f07868f414f125ea51628447170a5..80f4c78ad542e261999b8465b022454b84c1f3e5 100644 |
--- a/runtime/vm/flag_list.h |
+++ b/runtime/vm/flag_list.h |
@@ -123,6 +123,8 @@ |
P(precompiled_mode, bool, false, "Precompilation compiler mode") \ |
C(precompiled_runtime, true, false, bool, false, "Precompiled runtime mode") \ |
P(print_snapshot_sizes, bool, false, "Print sizes of generated snapshots.") \ |
+ P(print_benchmarking_metrics, bool, false, \ |
+ "Print metrics used by continuous benchmarking.") \ |
Florian Schneider
2016/12/14 18:22:47
"Print additional metrics about the main isolate."
rmacnak
2016/12/16 19:10:22
Done.
|
R(print_ssa_liveranges, false, bool, false, \ |
"Print live ranges after allocation.") \ |
C(print_stop_message, false, false, bool, false, "Print stop message.") \ |