Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To use gprof and gcov, add the appropriate flags to the Makefile.  I'll run a single test job to get both profile and coverage data at once by using -pg for gprof and "-ftest-coverage -fprofile-arcs" for gcov (-g is included so that we have source code line numbering available).  Do a project >refresh ... refresh and note the additional files created for use by gcov after compiling with "-ftest-coverage -fprofile-arcs".

...