llvm::PGOViewCountsType

How to display block profile counts after PGO annotation.

Synopsis

Declared in <llvm/Analysis/BlockFrequencyInfo.h>

enum PGOViewCountsType;

Members

NameDescription
PGOVCT_None Do not show profile counts.
PGOVCT_Graph Show profile counts as a Graphviz CFG.
PGOVCT_Text Show profile counts as text.