Go to the source code of this file.
|
| static cl::opt< int > | ProfileSummaryCutoffHot ("profile-summary-cutoff-hot", cl::Hidden, cl::init(999000), cl::ZeroOrMore, cl::desc("A count is hot if it exceeds the minimum count to"" reach this percentile of total counts.")) |
| |
| static cl::opt< int > | ProfileSummaryCutoffCold ("profile-summary-cutoff-cold", cl::Hidden, cl::init(999999), cl::ZeroOrMore, cl::desc("A count is cold if it is below the minimum count"" to reach this percentile of total counts.")) |
| |
| cl::opt<int> ProfileSummaryCutoffCold("profile-summary-cutoff-cold", cl::Hidden, cl::init(999999), cl::ZeroOrMore, cl::desc("A count is cold if it is below the minimum count"" to reach this percentile of total counts.")) |
|
static |
| cl::opt<int> ProfileSummaryCutoffHot("profile-summary-cutoff-hot", cl::Hidden, cl::init(999000), cl::ZeroOrMore, cl::desc("A count is hot if it exceeds the minimum count to"" reach this percentile of total counts.")) |
|
static |