Installation and Set-Up | ||
---|---|---|
![]() |
![]() |
|
GCov Plug-in User Guide | Opening gcov result |
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 "-ftest-coverage -fprofile-arcs" options prior to running the tool.
![]() |
![]() |
![]() |
GCov Plug-in User Guide | Opening gcov result |