コールグラフ
1. Call graphA 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.
Read “Call graph” on English Wikipedia
Read “コールグラフ” on Japanese Wikipedia
Read “Call graph” on DBpedia
Read “Call graph” on English Wikipedia
Read “コールグラフ” on Japanese Wikipedia
Read “Call graph” on DBpedia
Discussions
Log in to talk about this word.