enum Summary::SummaryFieldKind

Declared at: llvm/include/llvm/ProfileData/InstrProf.h:1009

Enumerators

NameValueComment
TotalNumFunctions0The total number of functions instrumented.
TotalNumBlocks1Total number of instrumented blocks/edges.
MaxFunctionCount2The maximal execution count among all functions. This field does not exist for profile data from IR based instrumentation.
MaxBlockCount3Max block count of the program.
MaxInternalBlockCount4Max internal block count of the program (excluding entry blocks).
TotalBlockCount5The sum of all instrumented block counts.
NumKinds6The sum of all instrumented block counts.