|
LLVM
4.0.0
|
#include <ProfileSummary.h>
Public Member Functions | |
| ProfileSummaryEntry (uint32_t TheCutoff, uint64_t TheMinCount, uint64_t TheNumCounts) | |
Public Attributes | |
| uint32_t | Cutoff |
| The required percentile of counts. More... | |
| uint64_t | MinCount |
| The minimum count for this percentile. More... | |
| uint64_t | NumCounts |
| Number of counts >= the minimum count. More... | |
Definition at line 36 of file ProfileSummary.h.
|
inline |
Definition at line 40 of file ProfileSummary.h.
| uint32_t llvm::ProfileSummaryEntry::Cutoff |
The required percentile of counts.
Definition at line 37 of file ProfileSummary.h.
Referenced by getMinCountForPercentile(), and llvm::IndexedInstrProf::Summary::setEntry().
| uint64_t llvm::ProfileSummaryEntry::MinCount |
The minimum count for this percentile.
Definition at line 38 of file ProfileSummary.h.
Referenced by llvm::IndexedInstrProf::Summary::setEntry().
| uint64_t llvm::ProfileSummaryEntry::NumCounts |
Number of counts >= the minimum count.
Definition at line 39 of file ProfileSummary.h.
Referenced by llvm::IndexedInstrProf::Summary::setEntry().
1.8.6