Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h344 uint64_t _total; variable
350 KMP_DEBUG_ASSERT(t == _total); in check()
363 _total = o._total; in logHistogram()
375 _total = 0; in reset()
389 _total += o._total;
H A Dkmp_stats.cpp196 _total++; in addSample()
208 _total++; in addSample()