0

I use genfull -g cppdepn to generate a full.graph for my project. Then I try to use gengraph -g ./full.graph -f to generate call graph. When I input 'gengraph -g full.graph -f "_Alloc>::_M_realloc_insert"' it reminds me that I have to write the function name more specifically: enter image description here but when I chose one of the displayed functions and put it after the "-f", I was reminded that enter image description here

So, how should I specify the function name of C++ language in codeviz?

0 Answers0