Full stack id and total profiled size for optional hinted size reporting.

Synopsis

Declared in <llvm/IR/ModuleSummaryIndex.h>

struct ContextTotalSize;

Description

Holds a pair of the full stack id (pre‐trimming, from the full context in the profile), and the associated total profiled size.

Data Members

Name

Description

FullStackId

Full (pre‐trimmed) stack id from the profile context.

TotalSize

Total profiled size associated with this stack context.

Created with MrDocs