[llvm] [llvm-profgen] Improve sample profile density (PR #92144)

via llvm-commits llvm-commits at lists.llvm.org
Thu May 16 22:30:53 PDT 2024


================
@@ -190,9 +195,7 @@ void ProfileGeneratorBase::showDensitySuggestion(double Density) {
 
   if (ShowDensity)
     outs() << "Minimum profile density for hot functions with top "
----------------
WenleiHe wrote:

With the new heuristic, this is message is no longer accurate? it's no longer hot functions with top x% total samples. 

https://github.com/llvm/llvm-project/pull/92144


More information about the llvm-commits mailing list