Thread: Flow chart genereting tool

  1. #1
    Registered User
    Join Date
    Feb 2008
    Posts
    147

    Flow chart genereting tool

    Hi,

    Are there any easy to use tool which generates a graph kind /flow chart of the functions calls just reading the source code files? (or samething similar)

    thanks

  2. #2
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    I think it's called profiling or call-graphing.

    gprof and gcov (linux)

    and this:
    http://kcachegrind.sourceforge.net/c...acheGrindIndex
    Last edited by MK27; 06-04-2009 at 08:03 AM.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Flow Chart
    By strokebow in forum C++ Programming
    Replies: 2
    Last Post: 11-13-2008, 08:57 AM
  2. Chart!
    By 98dodgeneondohc in forum C Programming
    Replies: 13
    Last Post: 04-22-2005, 10:03 AM
  3. Need help regarding ActiveX Chart Object
    By Hankyaku in forum C++ Programming
    Replies: 2
    Last Post: 02-19-2005, 04:38 PM
  4. outputting a ASCII chart
    By Unregistered in forum C++ Programming
    Replies: 2
    Last Post: 02-15-2002, 11:55 AM
  5. flow chart
    By SPOOK in forum C Programming
    Replies: 0
    Last Post: 10-08-2001, 02:45 PM

Tags for this Thread