I\'m trying to generate calling graph with which to find out all the possible execution paths that ar开发者_StackOverflow社区e hitting a particular function (so that I don\'t have to figure out all th
I am writing some code to generate call graphs for a particular intermediate representation开发者_如何转开发 without executing it by statically scanning the IR code. The IR code itself is not too comp
I\'m having troub开发者_Python百科le figuring out how to generate a call graph with PC-lint. I have tried adding the -vhm flag to pc lint but nothing happens.
What I\'d like to do is scan a set of Java classes, and trace all method calls from a specific method of an Abstract Class, and within that context, build a list of all code which performs some operat
I\'ve been given a big chunk of poorly formatted monolithic R code with plenty of functions, and I\'d like to work out what functions call what functions.
having recently joined a project with a vast amount of code to get to grips with, I would like to start documenting and visualizing some of the flows through the call graph to give me a better underst
I would like to be able to plot a call graph of a stored procedure. I am not interested in every detail, and I am not concerned with dynamic SQL (although it would be cool to detect it and skip it may
I\'ve installed Intel Vtune Analyzer 9 to get call-graph and counter-monitor data from a win32 application on a Windows 7 PC with AMD Turion X2 TL-58 processor but it gives an error saying :\"The CPU
I want to understand how a C++ program that was given to me works, and where it spends the most开发者_JAVA技巧 time.
Looking for software that will analyze php code (i.e. all of wordpress or the thematic theme) and show me pretty pictures (perhaps a block diagram) of all the connections to help me more quickly get a