diff options
author | Kazu Hirata <kazu@google.com> | 2024-12-06 12:10:11 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-06 12:10:11 -0800 |
commit | c5e4e8f87da8156108716b0e24e9ef40682562e8 (patch) | |
tree | 897389fb612ac8272cbf806af703ba46b2e5cd4b /lldb/test/Shell/ScriptInterpreter/Python/bytecode.test | |
parent | 131b7fe2b108fb33efd031371f0f8a993e374860 (diff) | |
download | llvm-c5e4e8f87da8156108716b0e24e9ef40682562e8.zip llvm-c5e4e8f87da8156108716b0e24e9ef40682562e8.tar.gz llvm-c5e4e8f87da8156108716b0e24e9ef40682562e8.tar.bz2 |
[memprof] Add IndexedMemProfData::addCallStack (#118920)
This patch adds a helper function to replace an idiom like:
CallStackId CSId = hashCallStack(CallStack)
MemProfData.CallStacks.try_emplace(CSId, CallStack);
// Do something with CSId.
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python/bytecode.test')
0 files changed, 0 insertions, 0 deletions