Installation and Set-Up

Gprof plugin depends on binutils (such as addr2line, c++filt and nm). Gprof can be used on any platform as soon as these binutils are in PATH. For example, you can use it on windows with cygwin.

First of all, the user has to compile the C/C++ program with profiling enabled using the -pg option prior to running the tool.