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.
Comments
Post a Comment