[all-commits] [llvm/llvm-project] 00090a: [memprof] Use IndexedMemProfData in tests (NFC) (#...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Fri Dec 6 22:46:42 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 00090ac0b9d391acb07c0099311987671c2cac1c
https://github.com/llvm/llvm-project/commit/00090ac0b9d391acb07c0099311987671c2cac1c
Author: Kazu Hirata <kazu at google.com>
Date: 2024-12-06 (Fri, 06 Dec 2024)
Changed paths:
M llvm/unittests/ProfileData/MemProfTest.cpp
Log Message:
-----------
[memprof] Use IndexedMemProfData in tests (NFC) (#119049)
This patch replaces FrameIdMap and CallStackIdMap with
IndexedMemProfData, which comes with recently introduced methods like
addFrame and addCallStack.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list