jiaoff
Results
2
comments of
jiaoff
> Can we instead just get the clock resolution and base the delta on that? We can call clock_getres() for the CLOCK_REALTIME_COARSE and if that succeeds we can use the...
> Exactly as @xuyang0410 wrote these tests are trying to assert timer precision, the delta has to be as small as possible. can you get the clock resolution?I didn't find...