cgprof - generate colored graphs for profiled executables

INTRODUCTION

cgprof is a bourne shell and awk script which takes input from profiling
instrumented executables, and display a function call graph.

cgprof helps to have a better understanding of program structure and
execution. It makes hot spots identification visual and intuitive,
and provides a minimum code coverage function.


INSTALL

      make install	(to install under /usr/local)
  or
      make install prefix=path

REQUIREMENTS
  You need to compile your source files with -pg option (for gcc, I don't
  known for other compilers).

  You need to install dot and dotty tools to perform graph presentation and
  printing. Look at http://www.graphwiz.org

Send comments, suggestions and bug reports to mvertes@free.fr

-- Marc Vertes
