call-graph
Tools to visualize multithreaded C++ application call graph, multithreaded code coverage?
I would like to know if there are tools that can Help visualize call graph of a large multi-threaded application.[详细]
2023-04-13 03:56 分类:问答generate call hierarchy graph with ctags
Is there anyone who knows how to generate call hierarchy graph with ctags and cscope? I need to run the commands开发者_如何学JAVA in the terminal and redirect the output to a file, rather than do it i[详细]
2023-04-12 05:06 分类:问答gprof - File is missing call-graph data
I\'m just starting out with gprof and am trying to generate a call graph. I\'m using cmake for setting up my makefiles and I\'m setting CMAKE_EXE_LINKER_FLAGS = -gp to enable profil开发者_StackOverflo[详细]
2023-04-11 22:11 分类:问答Kcachegrind/callgrind is inaccurate for dispatcher functions?
I have a model code on which kcachegrind/callgrind reports strange results. It is kind of dispatcher function. The dispatcher is called from 4 places; each call says, which actual do_J function to run[详细]
2023-04-06 09:34 分类:问答Call graph generation from matlab src code
I am trying to create a function call graph for around 500 matlab src files. I am unable to find any tools which could help me do the same for multiple src files.[详细]
2023-04-05 09:55 分类:问答Generating dynamic call graph of c/c++ programs on the run
If one were to visualize the running of a program, I suppose one would start by getting the call graphs of the program.[详细]
2023-03-28 15:43 分类:问答How do I merge call and caller graph in doxygen?
I have both CALL_GRAPH and CALLER_GRAPH set to YES, and doxygen happily generates both call and caller graph for me, however is there a command or t开发者_开发技巧rick to merge these two graphs to a s[详细]
2023-03-22 15:42 分类:问答Points-to analysis - A definition
I\'m looking to开发者_开发百科 perform some dependence analysis using a call-graph that I will build using the Soot framework. I read in a guide that using \'points-to\' analysis can improve the preci[详细]
2023-03-22 00:37 分类:问答Generate Call Graph in Android
What are possible tools to generate the call graph of an android application in eclipse? I would like to know which methods interact together...but i can\'t seem to find anything helpful. I have read[详细]
2023-03-07 01:40 分类:问答Tool for generating a call flow graph [C C++ solaris linux]
I\'m quite fond of IDA, but I\'m working in Solaris on this project.I do have a linux machine, and if nothing is in the same leag开发者_运维知识库ue as IDA then I\'ll convince management to purchase a[详细]
2023-02-25 15:09 分类:问答