Profiling of Code Using gprof

Learn about another tool gprof that's available in C and how it helps us find out the program execution time.

Profiling refers to the process of collecting statistics about how a program executes in order to identify bottlenecks in performance and improve program efficiency.

How to use the GNU profiler

There is a unix utility program called gprof ...

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy