[llvm] [memprof] Dump the number of matched frames (PR #137082)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 23 19:27:28 PDT 2025


================
@@ -820,6 +820,7 @@ struct AllocMatchInfo {
   uint64_t TotalSize = 0;
   AllocationType AllocType = AllocationType::None;
   bool Matched = false;
+  size_t NumFramesMatched = 0;
----------------
kazutakahirata wrote:

Fixed.

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


More information about the llvm-commits mailing list