struct Summary::Entry
Declaration
struct Summary::Entry { /* full declaration omitted */ };
Declared at: llvm/include/llvm/ProfileData/InstrProf.h:1000
Member Variables
- public uint64_t Cutoff
- The required percentile of total execution count.
- public uint64_t MinBlockCount
- The minimum execution count for this percentile.
- public uint64_t NumBlocks
- Number of blocks >= the minumum execution count.