pub fn convert_duration(val: u64) -> String
Convert val microseconds into a human friendly string. Largest unit used is seconds.
val