call-graph
How to Generate a calling graph for C++ code
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[详细]
2023-02-18 11:48 分类:问答Good algorithm for generating call graphs?
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[详细]
2023-02-15 06:07 分类:问答how to generate call graph with PC-Lint?
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.[详细]
2023-02-15 02:27 分类:问答Static analysis of Java call graph
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[详细]
2023-02-10 02:56 分类:问答Generating a Call Graph in R
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.[详细]
2023-02-06 11:43 分类:问答Tools to document/visualize call graph?
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[详细]
2023-02-04 14:08 分类:问答Is there a free tool which can help visualize the logic of a stored procedure in SQL Server 2008 R2?
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[详细]
2023-01-30 09:16 分类:问答Intel Vtune on amd processors
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[详细]
2023-01-11 13:19 分类:问答How to get the call graph of a program with a bit of profiling information
I want to understand how a C++ program that was given to me works, and where it spends the most开发者_JAVA技巧 time.[详细]
2022-12-23 00:23 分类:问答Are there any PHP code visualization tools?
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[详细]
2022-12-20 20:52 分类:问答