Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DBenchmarkResult.h104 return SumValues / NumValues; in avg()
113 double SumValues = 0.0; variable
DBenchmarkResult.cpp420 SumValues += BM.PerInstructionValue; in push()