[][src]Function dart_sys::Dart_ThreadEnableProfiling

pub unsafe extern "C" fn Dart_ThreadEnableProfiling()

Notifies the VM that the current thread should be profiled.

NOTE: It is only legal to call this function after calling Dart_ThreadDisableProfiling.

NOTE: By default, if a thread has entered an isolate it will be profiled.