Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h431 double getTotal() const { return sampleCount * meanVal; } in getTotal() function
H A Dkmp_stats.cpp852 totalStats[s].addSample(threadStat->getTotal()); in outputStats()