LLVM: llvm::CountSumOrPercent Struct Reference (original) (raw)

#include "[llvm/ProfileData/InstrProf.h](InstrProf%5F8h%5Fsource.html)"

Public Member Functions
CountSumOrPercent ()=default
void reset ()
Public Attributes
uint64_t NumEntries = 0
double CountSum = 0.0f
std::array< double, IPVK_Last - IPVK_First+1 > ValueCounts = {}

Definition at line 803 of file InstrProf.h.

llvm::CountSumOrPercent::CountSumOrPercent ( ) default

reset()

void llvm::CountSumOrPercent::reset ( ) inline

CountSum

double llvm::CountSumOrPercent::CountSum = 0.0f

NumEntries

uint64_t llvm::CountSumOrPercent::NumEntries = 0

ValueCounts

std::array<double, IPVK_Last - IPVK_First + 1> llvm::CountSumOrPercent::ValueCounts = {}


The documentation for this struct was generated from the following file: