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
Modify get_time_info() to return seconds and nanoseconds
The current get_time_info() helper function returns seconds and
microseconds, which reduces the resolution of rv_clock_gettime() (which
has nanosecond resolution). This change updates get_time_info() to
return seconds and nanoseconds to maintain higher resolution.
0 commit comments