bitsmanent / snore

sleep with feedback
MIT License
73 stars 11 forks source link

The nanosleep tick size now varies from 250 usec to 0.0001 usec. #13

Closed bsprober closed 3 years ago

bsprober commented 3 years ago

The tick size is no longer a constant 250 usec. At the end of the program run the deltas are so small that the elapsed time and the specified time are nearly identical.

bitsmanent commented 3 years ago

Thanks @bsprober

I was not expecting this PR but something like the patch I sent you on Tuesday. Can you please revert bb7fc12 and adapt that patch to this PR instead? Thanks.

bitsmanent commented 3 years ago

Close, superseded by #15