Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.h106 return SumValues / NumValues; in avg()
115 double SumValues = 0.0; variable
H A DBenchmarkResult.cpp421 SumValues += BM.PerInstructionValue; in push()