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

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -