Function rust_hawktracer::ht_monotonic_clock_get_timestamp[][src]

pub unsafe extern "C" fn ht_monotonic_clock_get_timestamp() -> HT_TimestampNs

Gets a current timestamp of a monotonic clock.

The timestamp of this clock can not decrease as physical time moves forward. Although the timestamp doesn't represent wall clock time, returned values can be used e.g. for measuring intervals.

@return a current timestamp of the clock.