call_map
call_map copied to clipboard
Extract call graph
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?
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.