LLVM: llvm::IndexedInstrProf::Summary::Entry Struct Reference (original) (raw)

#include "[llvm/ProfileData/InstrProf.h](InstrProf%5F8h%5Fsource.html)"

Public Attributes
uint64_t Cutoff
The required percentile of total execution count.
uint64_t MinBlockCount
The minimum execution count for this percentile.
uint64_t NumBlocks
Number of blocks >= the minumum execution count.

Definition at line 1229 of file InstrProf.h.

Cutoff

uint64_t llvm::IndexedInstrProf::Summary::Entry::Cutoff

MinBlockCount

uint64_t llvm::IndexedInstrProf::Summary::Entry::MinBlockCount

NumBlocks

uint64_t llvm::IndexedInstrProf::Summary::Entry::NumBlocks


The documentation for this struct was generated from the following file: