Hi Guys,

I need to read a performance monitoring counter (RDPMC) every 100
microseconds or so. I found a way to do this on linux using the normal
getitimer library. However, the resolution of this timer in OBSD is 10
milliseconds. Do you know a way to have a higher resolution of the timer in
OBSD? One way is to do a busy loop, but this is not feasible in my problem.

Thanks in advance,
Luis.

Reply via email to