X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 28 Dec 2011 08:50 AM by  anon
Flow chart generator?
 2 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
28 Dec 2011 08:50 AM
    Are there any 'flow-chart generator' tools available for IDL? I'm running a large pipeline and would like to visualize the order and depth of function/procedure calls. Thanks, Adam

    Deleted User



    New Member


    Posts:
    New Member


    --
    28 Dec 2011 07:36 PM
    An alternative question: Is there any way to record all function calls made by a function / procedure / script? I could put something like: help,/trace,output=temp printf,tracking_file,temp[0] in every file in my project in principle, but I think that's a bad thing to do on many levels. Is there a modified version of 'journal' or 'errorlogger' that can do what I want? I have in mind making my own .dot files to process with graphviz, which would be straightforward enough if I could get components of the trace printed out automatically.

    Deleted User



    New Member


    Posts:
    New Member


    --
    31 Dec 2011 11:41 AM
    I ended up writing a python wrapper that concatenates a bunch of IDL code into a single file, appending a logging call to each. It's moderately flexible, in case anyone is interested in trying it: http://code.google.com/p/..._pipeline_and_log.py
    You are not authorized to post a reply.