[][src]Function dart_sys::Dart_TimelineGetMicros

pub unsafe extern "C" fn Dart_TimelineGetMicros() -> i64

Returns a timestamp in microseconds. This timestamp is suitable for passing into the timeline system, and uses the same monotonic clock as dart:developer's Timeline.now.

\return A timestamp that can be passed to the timeline system.