struct ProfileSummaryEntry
Declaration
struct ProfileSummaryEntry { /* full declaration omitted */ };
Declared at: llvm/include/llvm/IR/ProfileSummary.h:31
Member Variables
- public uint32_t Cutoff
- The required percentile of counts.
- public uint64_t MinCount
- The minimum count for this percentile.
- public uint64_t NumCounts
- Number of counts >= the minimum count.
Method Overview
- public ProfileSummaryEntry(uint32_t TheCutoff, uint64_t TheMinCount, uint64_t TheNumCounts)
Methods
ΒΆProfileSummaryEntry(uint32_t TheCutoff,
uint64_t TheMinCount,
uint64_t TheNumCounts)
ProfileSummaryEntry(uint32_t TheCutoff,
uint64_t TheMinCount,
uint64_t TheNumCounts)
Declared at: llvm/include/llvm/IR/ProfileSummary.h:36
Parameters
- uint32_t TheCutoff
- uint64_t TheMinCount
- uint64_t TheNumCounts