enum Summary::SummaryFieldKind
Declared at: llvm/include/llvm/ProfileData/InstrProf.h:1009
Enumerators
Name | Value | Comment |
---|---|---|
TotalNumFunctions | 0 | The total number of functions instrumented. |
TotalNumBlocks | 1 | Total number of instrumented blocks/edges. |
MaxFunctionCount | 2 | The maximal execution count among all functions. This field does not exist for profile data from IR based instrumentation. |
MaxBlockCount | 3 | Max block count of the program. |
MaxInternalBlockCount | 4 | Max internal block count of the program (excluding entry blocks). |
TotalBlockCount | 5 | The sum of all instrumented block counts. |
NumKinds | 6 | The sum of all instrumented block counts. |