[][src]Function dart_sys::Dart_StopProfiling

pub unsafe extern "C" fn Dart_StopProfiling()

Stops the CPU sampling profiler.

Note that some profile samples might still be taken after this fucntion returns due to the asynchronous nature of the implementation on some platforms.