Go to the source code of this file.
|
cl::opt< int > | ProfileSummaryCutoffHot |
|
cl::opt< int > | ProfileSummaryCutoffCold |
|
cl::opt< unsigned > | ProfileSummaryHugeWorkingSetSizeThreshold |
|
cl::opt< unsigned > | ProfileSummaryLargeWorkingSetSizeThreshold |
|
cl::opt< int > | ProfileSummaryHotCount |
|
cl::opt< int > | ProfileSummaryColdCount |
|
static cl::opt< bool > | PartialProfile ("partial-profile", cl::Hidden, cl::init(false), cl::desc("Specify the current profile is used as a partial profile.")) |
|
cl::opt< bool > | ScalePartialSampleProfileWorkingSetSize ("scale-partial-sample-profile-working-set-size", cl::Hidden, cl::init(true), cl::desc("If true, scale the working set size of the partial sample profile " "by the partial profile ratio to reflect the size of the program " "being compiled.")) |
|
static cl::opt< double > | PartialSampleProfileWorkingSetSizeScaleFactor ("partial-sample-profile-working-set-size-scale-factor", cl::Hidden, cl::init(0.008), cl::desc("The scale factor used to scale the working set size of the " "partial sample profile along with the partial profile ratio. " "This includes the factor of the profile counter per block " "and the factor to scale the working set size to use the same " "shared thresholds as PGO.")) |
|
◆ INITIALIZE_PASS()
◆ PartialProfile
◆ PartialSampleProfileWorkingSetSizeScaleFactor
◆ ProfileSummaryColdCount
◆ ProfileSummaryCutoffCold
◆ ProfileSummaryCutoffHot
◆ ProfileSummaryHotCount
◆ ProfileSummaryHugeWorkingSetSizeThreshold
cl::opt<unsigned> ProfileSummaryHugeWorkingSetSizeThreshold |
◆ ProfileSummaryLargeWorkingSetSizeThreshold
cl::opt<unsigned> ProfileSummaryLargeWorkingSetSizeThreshold |
◆ ScalePartialSampleProfileWorkingSetSize