call-graph

How to get the call graph of a program with a bit of profiling information

Hi, I want to understand how a C++ program that was given to me works, and where it spends the most time. For that I tried to use first gprof and then gprof2dot to get the pictures, but the results are sometimes kind of ugly. How do you usually do this? Can you recommend any better alternatives? P.D. Which are the open source soluti...

AST generation for a an application developed both in visual basic and c#

Hi, I'm currently understanding one application developed both in visual basic and c#. Running through the code is getting tough as code is around 50KLOC. So I'm planning for generation of AST (abstract syntax tree). Will it be possible to generate for both language together. At least a call graph generation will be helpful (but can't f...

Intel Vtune on amd processors

I installed Intel Vtune Analyzer 9 to get call-graph and counter-monitor data on a win32 application on a Windows 7 PC with AMD Turion X2 TL-58 processor. But it gives an error saying :"The CPU architecture can't be identified properly,data is collection not available". Is there a similar tool for AMD platforms? ...