struct timespec xtime

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2023 Oct 30 7:38
Editor
Edited
Edited
2023 Nov 1 6:8
Refs
Refs

wall clock

timespec structure that represents an time
 
 

tv_sec

stores the number of seconds that have elapsed since January 1, 1970

tv_nsec

stores the number of nanoseconds that have elapsed in the last second
 
 
 

Recommendations