[llvm] [CSSPGO] Compute and report profile matching recovered callsites and samples (PR #79090)

via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 12 20:51:24 PST 2024


================
@@ -2498,25 +2607,41 @@ void SampleProfileMatcher::runOnModule() {
 
     SmallVector<std::pair<StringRef, uint64_t>> ProfStatsVec;
     if (FunctionSamples::ProfileIsProbeBased) {
-      ProfStatsVec.emplace_back("NumMismatchedFuncHash", NumMismatchedFuncHash);
+      ProfStatsVec.emplace_back("NumStaleProfileFunc", NumStaleProfileFunc);
----------------
WenleiHe wrote:

Does changing those strings require changing how we aggregates stats internally for dashboard etc? 

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


More information about the llvm-commits mailing list