You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux kernel caches a "coarse" time that is only updated by timer
ticks in a periodic way (see CONFIG_HZ).
This introduces an artifical delay to ensure the coarse cached time
has been updated between timestamp reads.
Sleeping for 100ms should be enough to ensure several timer interrrupts
elapsed, for common kernel configurations.
0 commit comments