Click to See Complete Forum and Search --> : c program anlyser


mahigadu
October 29th, 2002, 12:32 AM
hi,
Iam a c programmer.. i find it difficult to track my programs flow
once the project is built,..
i want a tool which shall graphically show the timing of the
each function and the value of each variable.. i searched but in vain..
can any one please tell me where i can get such tool for free
or evaluation version...
The graphical representation of real time code while its
executing..
Thanks
mahesh

cup
November 1st, 2002, 12:25 PM
Any particular OS/compiler?

On Gnu and SunOS, you can switch on the profiler and run gprof after that for the pretty pictures. Rational also do a tool called quantify which does similar things.

ToddGreen
January 23rd, 2004, 12:52 PM
You could try out Lexient's Surveyor tool if you're in a Windows Visual Studio environment. That would show you exacly what you're looking for...

TheGurr
February 11th, 2004, 03:22 PM
There is a toolkit available at www.appmind.com, free to use for developers. Using a C API you can add trace messages to your program and view the messages in a Java GUI. It also provides log file handling and stuff, and using trace levels you can leave the traces in release-compiled code and dynamically controll what should really be output. Excellent when you can't reproduce a problem a customer has in an controlled environment.

pengch
February 16th, 2004, 11:01 PM
Try this tool, it auto trace you program without programming.

Auto Debug for Windows (http://liangs99.myetang.com/pengchunhua/en/)