Aggregate of profile count sums or percentages for overlap reporting.
Declared in <llvm/ProfileData/InstrProf.h>
struct CountSumOrPercent;
| Name | Description |
|---|---|
CountSumOrPercent [constructor] | Construct an empty aggregate. |
reset | Reset all sums and entry counts to zero. |
| Name | Description |
|---|---|
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. |