llvm-project
50f8580e
- [memprof] Add IndexedMemProfData::addFrame (#118724)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
299 days ago
[memprof] Add IndexedMemProfData::addFrame (#118724) This patch adds a helper function to replace an idiom like: FrameId Id = F.hash(); MemProfData.Frames.try_emplace(Id, F); // Do something with Id.
References
#118724 - [memprof] Add IndexedMemProfData::addFrame
Author
kazutakahirata
Parents
7f72d71d
Loading