[PATCH] D159141: [memprof] Add a MemProfReader base class.

Snehasish Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 29 14:24:29 PDT 2023


snehasish created this revision.
snehasish added a reviewer: tejohnson.
Herald added a subscriber: hiraditya.
Herald added a project: All.
snehasish requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Add a MemProfReader base class which can be used directly where
symbolization and processing a raw profile is unnecessary.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D159141

Files:
  llvm/include/llvm/ProfileData/RawMemProfReader.h
  llvm/lib/ProfileData/RawMemProfReader.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159141.554494.patch
Type: text/x-patch
Size: 7943 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230829/42ab21d7/attachment.bin>


More information about the llvm-commits mailing list