Versions Compared

Key

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

...

The gcov view is simlar to the gprof view but keep in mind that you're looking at code coverage and not necessarily performance or timing information (though there is a relationship...code not executed is performing quite well ! ).  Also note that multiple executions will accumulate values in the gmon gcov output files until they are removed or truncated to zero-length.

...