background preloader

Call graphs

Facebook Twitter

Home. Call graph. A call graph generated for a simple computer program in Python. Call graphs are a basic program analysis result that can be used for human understanding of programs, or as a basis for further analyses, such as an analysis that tracks the flow of values between procedures. One simple application of call graphs is finding procedures that are never called. Call graphs can be dynamic or static. Cflow. Table of Contents Introduction to cflow GNU cflow analyzes a collection of C source files and prints a graph, charting control flow within the program.

cflow