4

I use syscall SYS_time, but its resolution is 1 second. Is there any other solution?

programmer
  • 41
  • 2

1 Answers1

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