I want to convert the jiffies time that is extracted from /proc/pid/stat stats, I can convert it to seconds but I am looking for resolution in microseconds or nanoseconds if possible.
I have already looked at Converting jiffies to milli seconds but didn't find it much useful(maybe i did not understand it correctly).
So is it possible to make the conversion in user-space program?