Hi, All
I am writing a multi-agent application, in which I have to know the exact number cpu cycles used by my agent processes.
Just like windows that there is a getProcessTimes(int pid) is there any equivalent function in kernel 2.6.x?? I know about jiffies but I need much more precise information.
Cheers.