Home
last modified time | relevance | path

Searched refs:getTotal (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_stats.h428 double getTotal() const { return sampleCount * meanVal; } in getTotal() function
H A Dkmp_stats.cpp852 totalStats[s].addSample(threadStat->getTotal()); in outputStats()
/llvm-project-15.0.7/openmp/tools/archer/
H A Dompt-tsan.cpp258 int getTotal() { return total; } in getTotal() function