Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp595 statistic const *theStats, in printTimerStats() argument
601 statistic const *stat = &theStats[s]; in printTimerStats()
616 if (theStats[0].haveHist()) { in printTimerStats()
619 statistic const *stat = &theStats[s]; in printTimerStats()
632 statistic const *theStats) { in printCounterStats() argument
636 statistic const *stat = &theStats[s]; in printCounterStats()
641 if (theStats[0].haveHist()) { in printCounterStats()
644 statistic const *stat = &theStats[s]; in printCounterStats()
H A Dkmp_stats.h847 static void printTimerStats(FILE *statsOut, statistic const *theStats,
849 static void printCounterStats(FILE *statsOut, statistic const *theStats);