I\'m debugging an C application and I\'d like to know how much time it spends in a particular function.
I could change the source code and add some more code to do the m
If you're using GCC, you want the compile option "-pg" and the application gprof.
gprof