Home
last modified time | relevance | path

Searched refs:NumTotalSample (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/tools/llvm-profgen/
H A DPerfReader.cpp978 NumTotalSample++; in extractMMapEventForBinary()
1268 emitWarningSummary(NumLeafExternalFrame, NumTotalSample,
1270 emitWarningSummary(NumLeadingOutgoingLBR, NumTotalSample,
H A DPerfReader.h589 uint64_t NumTotalSample = 0; variable