Description
C and C++ call relationships can be turned into graph output for architecture review and debugging. It is useful for developers who need to understand how functions call each other in large or unfamiliar native codebases.
Call graphs are approximations based on the available analysis inputs. Review results carefully when macros, function pointers, generated code, or conditional compilation are involved.