Home
last modified time | relevance | path

Searched refs:HotFunctionDensityThreshold (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp78 static cl::opt<double> HotFunctionDensityThreshold( variable
182 else if (Density < HotFunctionDensityThreshold) in showDensitySuggestion()
185 << format("%.1f", HotFunctionDensityThreshold / Density) in showDensitySuggestion()