2021-12-14T01:59:47Z

A call graph is a statistical representation of code as it is being executed, useful for determining the code's actual behavior. A call graph generally makes use of AST to produce meaningful results.

abstract syntax tree

call graph

directed graph

Dorian Taylor

Glossary & Index

profiling (technique)

static analysis