llvm::CountSumOrPercent

Aggregate of profile count sums or percentages for overlap reporting.

Synopsis

Declared in <llvm/ProfileData/InstrProf.h>

struct CountSumOrPercent;

Member Functions

NameDescription
CountSumOrPercent [constructor]Construct an empty aggregate.
reset Reset all sums and entry counts to zero.

Data Members

NameDescription
CountSum Sum of edge/block counts (or percentage of that sum).
NumEntries Number of count entries included in the aggregate.
ValueCounts Per-value-kind sums or percentages of value-profile counts.