Hi,
I added some additional code to the Linux kernel (the scheduler) and now I would like to know what is the impact of this modification.
For user processes I always used:
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, ...);
Now I am wondering if there is a kernel-equivalent routine that I could use to do something similar.
Many thanks for your assistance, Martin