出典:Wikipedia
出典:『Wikipedia』 (2011/05/17 13:42 UTC 版)
A call graph (also known as a call multigraph) is a directed graph that represents calling relationships between subroutines in a computer program. Specifically, each node represents a procedure and each edge (f, g) indicates that procedure f calls procedure g. Thus, a cycle in the graph indicates recursive procedure calls.
![]()