Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_stats.cpp592 statistic const *theStats, in printTimerStats() argument
598 statistic const *stat = &theStats[s]; in printTimerStats()
613 if (theStats[0].haveHist()) { in printTimerStats()
616 statistic const *stat = &theStats[s]; in printTimerStats()
629 statistic const *theStats) { in printCounterStats() argument
633 statistic const *stat = &theStats[s]; in printCounterStats()
638 if (theStats[0].haveHist()) { in printCounterStats()
641 statistic const *stat = &theStats[s]; in printCounterStats()
Dkmp_stats.h837 static void printTimerStats(FILE *statsOut, statistic const *theStats,
839 static void printCounterStats(FILE *statsOut, statistic const *theStats);