Tags: Genre, Music Genre, Topical Concept.
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.