tags:

views:

43

answers:

1

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

A: 

Try clock_gettime(3R) (same for Linux). I have to dig up the assembly version for the calls.

Nikolai N Fetissov