llvm-project
46f5daee - [memprof] Make HeapProfileRecords optional (#155671)

Commit
144 days ago
[memprof] Make HeapProfileRecords optional (#155671) memprof::AllMemProfData has become home to multiple types of memprof data -- heap profile and static data profile. When we write test cases for static data profile in YAML, we do not want to include empty heap profile. That would just add visual clutter. This patch makes HeapProfileRecords optional.
Parents
Loading