One call‐graph profile edge with a from/to pair and edge weight.

Synopsis

Declared in <llvm/MC/MCObjectWriter.h>

struct CGProfileEntry;

Data Members

Name

Description

Count

Edge weight / call count for this profile entry.

From

Caller (from) symbol reference for this profile edge.

To

Callee (to) symbol reference for this profile edge.

Created with MrDocs