kProfileMode top-level constant

bool const kProfileMode

The kProfileMode constants is used to determine if the application is running in a profile mode.

Implementation

const bool kProfileMode = bool.fromEnvironment('dart.vm.profile');