I use syscall SYS_time, but its resolution is 1 second. Is there any other solution?
Asked
Active
Viewed 162 times
1 Answers
1
Try clock_gettime(3R)
(same for Linux). I have to dig up the assembly version for the calls.

Nikolai Fetissov
- 82,306
- 11
- 110
- 171