pub unsafe extern "C" fn Dart_SetPerformanceMode(
mode: Dart_PerformanceMode,
) -> Dart_PerformanceModeExpand description
Set the desired performance trade-off.
Requires a current isolate.
Returns the previous performance mode.
pub unsafe extern "C" fn Dart_SetPerformanceMode(
mode: Dart_PerformanceMode,
) -> Dart_PerformanceModeSet the desired performance trade-off.
Requires a current isolate.
Returns the previous performance mode.