Top "Call-graph" questions

A Call-Graph is a visual representation of calls between functions/procedures/methods etc.

How to generate call-graphs for given javascript?

I have seen "https://stackoverflow.com/questions/1385335/how-to-generate-function-call-graphs-for-javascript", and tried it. It works well, if you want to get an …

javascript graph visualization call-graph
Creating call graph

I am looking for a possibility to generate a call graph for Go projects. Something similar to Doxygen's diagram functionality …

go call-graph
Are there any static Call-Graph and/or Control-Flow-Graph API for JavaScript?

Are there any Call-Graph and/or Control-Flow-Graph generators for JavaScript? Call Graph - http://en.wikipedia.org/wiki/Call_graph …

javascript node.js serverside-javascript control-flow call-graph
How to use LLVM to generate a call graph?

I'm looking into generating a call-graph for the linux kernel that would include function pointers (see my previous question Static …

llvm static-analysis call-graph
Create a call graph for a file with clang

Is there a way to create a call graph with clang that can reasonably fit on a page? i.e. …

clang graphviz call-graph
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 …

matlab dependencies code-analysis call-graph