| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index a879ddabf6d077f1d5aa286cc7c8d78f508f8d20..b2714976528da72b368c79ec7751d54047403bd0 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -131,6 +131,10 @@ D(trace_handles, bool, false, \
|
| "Traces allocation of handles.") \
|
| D(trace_optimization, bool, false, \
|
| "Print optimization details."); \
|
| +R(trace_profiler, false, bool, false, \
|
| + "Profiler trace") \
|
| +D(trace_profiler_verbose, bool, false, \
|
| + "Verbose profiler trace") \
|
| D(trace_ssa_allocator, bool, false, \
|
| "Trace register allocation over SSA.") \
|
| D(trace_zones, bool, false, \
|
| @@ -154,4 +158,5 @@ R(verify_before_gc, false, bool, false, \
|
| D(verify_on_transition, bool, false, \
|
| "Verify on dart <==> VM.") \
|
|
|
| +
|
| #endif // VM_FLAG_LIST_H_
|
|
|