Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp625 fprintf(statsOut, "%s\n", stat->getHist()->format(tag).c_str()); in printTimerStats()
648 fprintf(statsOut, "%s\n", stat->getHist()->format(' ').c_str()); in printCounterStats()
H A Dkmp_stats.h432 logHistogram const *getHist() const { return &hist; } in getHist() function