Versions Compared

Key

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

...

A couple basic tools are included with most linux distributions providing code coverage analysis and function profiling: gcov and gprof and gcov.  Using just these 2 tools, it's easy to gain understanding of how your code is running.  With the linuxtools Eclipse incubation project ( http://www.eclipse.org/linuxtools/  , now bundled with PTP ) , gprof and gcov are fully integrated into the cdt editor perspective.  Let's see how the linuxtools project adds value and puts a fresh look on these classic linux code analysis tools.

...