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
2010-04-03 23:56:48