LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::ProfileSummaryEntry Struct Reference

#include <ProfileSummary.h>

Collaboration diagram for llvm::ProfileSummaryEntry:
[legend]

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...
 

Detailed Description

Definition at line 36 of file ProfileSummary.h.

Constructor & Destructor Documentation

llvm::ProfileSummaryEntry::ProfileSummaryEntry ( uint32_t  TheCutoff,
uint64_t  TheMinCount,
uint64_t  TheNumCounts 
)
inline

Definition at line 40 of file ProfileSummary.h.

Member Data Documentation

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().


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