Closed SchrodingerZhu closed 18 hours ago
Avoid pulling in non freestanding chrono dependency if we can use clock_gettime.
clock_gettime
FYI, I did not use timespec_get because we do not have the control of monotonicity.
timespec_get
Avoid pulling in non freestanding chrono dependency if we can use
clock_gettime
.