| // Copyright 2019 The Chromium Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| // Defined in SDK: https://github.com/dart-lang/sdk/blob/master/runtime/vm/flag_list.h. | |
| const asyncDebugger = 'async_debugger'; | |
| const causalAsyncStacks = 'causal_async_stacks'; | |
| const profiler = 'profiler'; | |
| // Defined in SDK: https://github.com/dart-lang/sdk/blob/master/runtime/vm/profiler.cc#L36 | |
| const profilePeriod = 'profile_period'; |