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

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -