Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DPerfReader.cpp918 NumTotalSample++; in parseSample()
1180 emitWarningSummary(NumLeafExternalFrame, NumTotalSample, in parsePerfTraces()
1182 emitWarningSummary(NumLeadingOutgoingLBR, NumTotalSample, in parsePerfTraces()
H A DPerfReader.h588 uint64_t NumTotalSample = 0; variable