call_map icon indicating copy to clipboard operation
call_map copied to clipboard

Extract call graph

Open fdroessler opened this issue 8 years ago • 1 comments

Hi,

I really like your tool, I was wondering if it is possible to dump the call graph into a file as well as showing it in the Qt visualiser?

fdroessler avatar Oct 22 '17 21:10 fdroessler

Yes, it is possible, with some complications.

  • The call graph can get very big. There would have to be a way to selectively dump. For example, if you start from a call to a standard library function, that would quickly lead to a very large graph.
  • Recognizing loops.

One could also dump interactively -- that is, dump everything you've explored so far.

ajylee avatar Dec 24 '17 04:12 ajylee