Counts the number of microseconds in a duration.
count_microseconds(x:duration) -> floatDescription
This function returns the number of microseconds in a duration, i.e., duration / 1us.
x: duration
The duration to count in.
See Also
count_years,
count_months,
count_weeks,
count_days,
count_hours,
count_minutes,
count_seconds,
count_milliseconds,
count_microseconds,
count_nanoseconds