Thread: Project analysis tools

  1. #1
    Registered User
    Join Date
    Feb 2012
    Posts
    347

    Project analysis tools

    Hi all,

    I do not know if it is a relevant question to post it here. i have a somewhat considerably big project which i am trying to understand. I am planning to prepare a flow chart of thing to clearly understand how the program runs parallely understanding the code. Are there any advanced free tools which i can use. I want to capture say two processes which are running concurrently and some asynchronous data transmission and reception etc.

    Thanks and regards,
    Satya

  2. #2
    Master Apprentice phantomotap's Avatar
    Join Date
    Jan 2008
    Posts
    5,108
    O_o

    If you have the code, you can recompile with debugging enabled using whatever debugger generally used with the compiler.

    In that case, tell us about your environment.

    If you don't actually have the code, I consider the question a little suspicious.

    In that case, please just go somewhere other than CBoard.

    Soma
    “Salem Was Wrong!” -- Pedant Necromancer
    “Four isn't random!” -- Gibbering Mouther

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 4
    Last Post: 08-02-2013, 06:45 PM
  2. Beam or Frame Analysis for Structural Analysis
    By greenmania in forum C Programming
    Replies: 3
    Last Post: 05-05-2010, 05:40 PM
  3. tools for static code analysis
    By lehe in forum C++ Programming
    Replies: 2
    Last Post: 03-18-2009, 12:41 PM
  4. efficiency analysis tools
    By pdmarshall in forum C++ Programming
    Replies: 3
    Last Post: 05-27-2004, 03:34 AM