Discussion:
Call Graph
(too old to reply)
Jack
2010-02-10 15:15:15 UTC
Permalink
How can I produce a call graph out of the program i'm debugging? Are there
any 3rd party tool that does this?
Thanks in advance
Jack
Victor Bazarov
2010-02-10 16:16:46 UTC
Permalink
Post by Jack
How can I produce a call graph out of the program i'm debugging? Are there
any 3rd party tool that does this?
AQtime (from AutomatedQA) can profile your app and give you call graph,
call tree, and other good measurements. It's a profiler (performance,
coverage, memory). I don't know if it's going to suit your needs fully,
but do check them out. www.automatedqa.com . And, I'm not affiliated
with them, just a satisfied user.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Loading...