aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ProfileData/MemProfTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-10[llvm] annotate interfaces in llvm/ProfileData for DLL export (#142861)Andrew Rogers1-4/+6
2025-05-29[MemProf] Summary section cleanup (NFC) (#142003)Teresa Johnson1-7/+5
2025-05-28[MemProf] Add basic summary section support (#141805)Teresa Johnson1-0/+77
2025-05-19[NFC][MemProf] Move IndexedMemProfData to its own header. (#140503)Snehasish Kumar1-1/+1
2025-05-19[NFC][MemProf] Move getGUID out of IndexedMemProfRecord (#140502)Snehasish Kumar1-10/+10
2025-05-19[NFC][MemProf] Move Radix tree methods to their own header and cpp. (#140501)Snehasish Kumar1-0/+1
2025-05-19[NFC][MemProf] Fix typo in type name (#140500)Snehasish Kumar1-5/+5
2025-05-01[MemProf] Add v4 which contains CalleeGuids to CallSiteInfo. (#137394)Snehasish Kumar1-1/+46
2025-03-12[MemProf] Extend CallSite information to include potential callees. (#130441)Snehasish Kumar1-19/+40
2024-12-19[memprof] Introduce IndexedCallstackIdConveter (NFC) (#120540)Kazu Hirata1-28/+13
2024-12-17[memprof] Don't use Frame::hash or hashCallStacks in unit test (#119984)Kazu Hirata1-47/+30
2024-12-13[memprof] Don't use Frame::hash() (NFC) (#119828)Kazu Hirata1-2/+2
2024-12-12[memprof] Use return values from addFrame and addCallStack (NFC) (#119676)Kazu Hirata1-41/+37
2024-12-12[memprof] Use addCallStack in a unit test (NFC) (#119651)Kazu Hirata1-6/+4
2024-12-11[memprof] Use IndexedMemProfData in unit tests (NFC) (#119648)Kazu Hirata1-19/+19
2024-12-11[memprof] Drop testing:: in a unit test (NFC) (#119636)Kazu Hirata1-2/+2
2024-12-11[memprof] Improve the way we express Frames in YAML (#119629)Kazu Hirata1-2/+2
2024-12-11[memprof] Move YAML support to MemProfYAML.h (NFC) (#119515)Kazu Hirata1-0/+1
2024-12-11[memprof] Drop curly braces on small for loops (NFC) (#119516)Kazu Hirata1-8/+4
2024-12-11[memprof] Use front instead of begin in a unit test (NFC) (#119501)Kazu Hirata1-1/+1
2024-12-10[memprof] Accept a function name in YAML (#119453)Kazu Hirata1-0/+38
2024-12-09[memprof] Use std::make_unique in unit tests (NFC) (#119175)Kazu Hirata1-2/+2
2024-12-08[memprof] Use namespaces in a unit test (#119144)Kazu Hirata1-58/+42
2024-12-08[memprof] Drop memprof:: in unit tests (NFC) (#119113)Kazu Hirata1-30/+26
2024-12-08[memprof] Compare Frames instead of FrameIds in a unit test (#119111)Kazu Hirata1-13/+4
2024-12-07[memprof] Use IndexedMemProfData in a unit test (NFC) (#119062)Kazu Hirata1-20/+12
2024-12-06[memprof] Use gtest matchers at more places (#119050)Kazu Hirata1-25/+17
2024-12-06[memprof] Use IndexedMemProfData in tests (NFC) (#119049)Kazu Hirata1-13/+14
2024-12-06[memprof] Add IndexedMemProfData::addCallStack (#118920)Kazu Hirata1-4/+2
2024-12-05[memprof] Rename Inline to IsInlineFrame in YAML (#118901)Kazu Hirata1-9/+9
2024-12-05Reapply [memprof] Update YAML traits for writer purposes (#118720)Kazu Hirata1-0/+36
2024-12-05Revert "[memprof] Update YAML traits for writer purposes (#118720)"Florian Hahn1-36/+0
2024-12-04[memprof] Add IndexedMemProfData::addFrame (#118724)Kazu Hirata1-4/+4
2024-12-04[memprof] Update YAML traits for writer purposes (#118720)Kazu Hirata1-0/+36
2024-11-27[memprof] Use "using" directives in unit tests (NFC) (#117852)Kazu Hirata1-66/+54
2024-11-27Reapply [memprof] Add YAML-based deserialization for MemProf profile (#117829)Kazu Hirata1-0/+77
2024-11-27Revert "[memprof] Add YAML-based deserialization for MemProf profile (#117829)"Florian Hahn1-77/+0
2024-11-26[memprof] Add YAML-based deserialization for MemProf profile (#117829)Kazu Hirata1-0/+77
2024-11-26[memprof] Use IndexedMemProfRecord in MemProfReader (NFC) (#117613)Kazu Hirata1-2/+2
2024-11-24[memprof] Speed up llvm-profdata (#117446)Kazu Hirata1-4/+4
2024-11-22[memprof] Remove MemProf format Version 1 (#117357)Kazu Hirata1-33/+0
2024-11-20[memprof] Construct MemProfReader with IndexedMemProfData (#117022)Kazu Hirata1-10/+10
2024-11-20[MemProf] Templatize CallStackRadixTreeBuilder (NFC) (#117014)Teresa Johnson1-8/+8
2024-11-20[memprof] Add a new constructor to MemProfReader (NFC) (#116918)Kazu Hirata1-8/+6
2024-11-18[memprof] Add another constructor to IndexedAllocationInfo (NFC) (#116684)Kazu Hirata1-6/+4
2024-11-15[memprof] Remove MemProf format Version 0 (#116442)Kazu Hirata1-5/+3
2024-09-13[llvm][unittests] Don't call raw_string_ostream::flush() (NFC)JOE19941-4/+0
2024-06-26[Memprof] Adds the option to collect AccessCountHistograms for memprof. (#94264)Matthew Weingarten1-3/+3
2024-06-07[memprof] Improve deserialization performance in V3 (#94787)Kazu Hirata1-4/+20
2024-06-07[memprof] Use CallStackRadixTreeBuilder in the V3 format (#94708)Kazu Hirata1-4/+4