[llvm] [MemProf] Print full context hash when reporting hinted bytes (PR #114465)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 7 11:33:29 PST 2024
================
@@ -93,7 +103,8 @@ class CallStackTrie {
/// allocation call down to the bottom of the call stack (i.e. callee to
/// caller order).
void addCallStack(AllocationType AllocType, ArrayRef<uint64_t> StackIds,
- uint64_t TotalSize = 0);
+ std::vector<ContextTotalSize> ContextSizeInfo =
+ std::vector<ContextTotalSize>());
----------------
teresajohnson wrote:
done
https://github.com/llvm/llvm-project/pull/114465
More information about the llvm-commits
mailing list