Reader for the MemProf section of an indexed instrumentation profile.
Synopsis
Declared in <llvm/ProfileData/InstrProfReader.h>
class IndexedMemProfReader;
Member Functions
Name |
Description |
|
Construct an empty MemProf reader with no deserialized data. |
Deserialize the MemProf section starting at |
|
Return the entire MemProf profile. |
|
Return a non‐owned pointer to data access profile data. |
|
Return caller‐callee pairs derived from the MemProf call graph. |
|
Return the memprof record for the function identified by |
|
Return the MemProf summary, or nullptr if unavailable. |
Created with MrDocs