pub unsafe extern "C" fn Dart_SetPerformanceMode(
    mode: Dart_PerformanceMode
) -> Dart_PerformanceMode
Expand description

Set the desired performance trade-off.

Requires a current isolate.

Returns the previous performance mode.