Reference to analyze the call dependencies in C/C++ -


i want analyze c/c++ files getting dependencies through source codes. data tells method in file call other function in other file.

how can accomplish? if have reference, please share me.

thanks.

you can use different tool doxygen , kcachegrind, gprof, netbeans call graph analyzing dependencies.

https://en.wikipedia.org/wiki/call_graph


Comments

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -