|
kernel-level timers? for benchmarking...
i am new to kernel programming. i'm trying to insert timer segments to measure the amount of time a segment of code takes to execute. so far, i've looked at linux/time.h, linux/timer.h. i'm still unclear of what these libraries are trying to provide.
btw, is there an analogy to the java.sun.com API for the Linux kernel libraries? thanks!
-Tim
|