Tagged Questions
1
vote
5answers
558 views
Measuring CPU clocks consumed by a process
I have written a program in C. Its a program created as result of a research. I want to compute exact CPU cycles which program consumes. Exact number of cycles.
Any idea how can I find that?