Gprof
Gprof is a GNU tool used for code profiling.
Profiler
A profiler is a programming tool used to track and analyse the performance of a software program.
Others
Example |
---|
For time measurements use google s cpu profiler it gives way better results than gprof from question Use valgrind to know time(in seconds) spent in each function |