[][src]Function dart_sys::Dart_GlobalTimelineSetRecordedStreams

pub unsafe extern "C" fn Dart_GlobalTimelineSetRecordedStreams(stream_mask: i64)

Start recording timeline events for the entire VM (including all isolates).

\param stream_mask A bitmask of streams that should be recorded.

NOTE: Calling with 0 disables recording of all streams.