I\'m trying to find a way to get the execution time of a section of code in C. I\'ve already tried both time() and clock() from time.h, but it seems that time() returns seco
You want a profiler application.
Search keywords at SO and search engines: linux profiling