Reduce monotime_coarse_absolute_msec() usage
monotime_coarse_absolute_msec()
is making a lot of calls to the compiler generated function __udivdi3
to the point where it pops up in our profiling on Android.
We should reduce this usage and ensure the high amount of calls to __udivdi3
goes away.