Skip to content
  • Peter Harris's avatar
    os: Fix GetTimeInMicros resolution · 937a5b78
    Peter Harris authored
    GetTimeInMillis is called first, which sets clockid to
    CLOCK_MONOTONIC_COARSE, which is typically much lower resolution than
    the callers of GetTimeInMicros want.
    
    Prior to a779fda2
    
    , GetTimeInMillis and
    GetTimeInMicros did not share a clockid.
    
    Restore the clockid split to fix the granularity of GetTimeInMicros.
    
    Signed-off-by: default avatarPeter Harris <pharris@opentext.com>
    937a5b78