[all-commits] [llvm/llvm-project] 37fd3c: [memprof] Add a MemProfReader base class.
Snehasish Kumar via All-commits
all-commits at lists.llvm.org
Wed Aug 30 13:21:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 37fd3c96b917096d8a550038f6e61cdf0fc4174f
https://github.com/llvm/llvm-project/commit/37fd3c96b917096d8a550038f6e61cdf0fc4174f
Author: Snehasish Kumar <snehasishk at google.com>
Date: 2023-08-30 (Wed, 30 Aug 2023)
Changed paths:
M llvm/include/llvm/ProfileData/RawMemProfReader.h
M llvm/lib/ProfileData/RawMemProfReader.cpp
M llvm/unittests/ProfileData/MemProfTest.cpp
Log Message:
-----------
[memprof] Add a MemProfReader base class.
Add a MemProfReader base class which can be used directly where
symbolization and processing a raw profile is unnecessary.
Reviewed By: tejohnson
Differential Revision: https://reviews.llvm.org/D159141
More information about the All-commits
mailing list