Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_stats.h444 static bool noTotal(timer_e e) { in noTotal()
447 static bool masterOnly(timer_e e) { in masterOnly()
450 static bool workerOnly(timer_e e) { in workerOnly()
453 static bool noUnits(timer_e e) { in noUnits()
456 static bool logEvent(timer_e e) { in logEvent()
471 timer_e timerEnumValue;
477 explicitTimer(timeStat *s, timer_e te) in explicitTimer()
493 timer_e get_type() const { return timerEnumValue; } in get_type()
598 timer_e timer_name;
654 timer_e name) { in push_back()
[all …]
H A Dkmp_stats.cpp586 if (timeStat::logEvent((timer_e)i)) { in setupEventColors()
599 for (timer_e s = timer_e(0); s < TIMER_LAST; s = timer_e(s + 1)) { in printTimerStats()
607 for (timer_e s = timer_e(0); s < TIMER_LAST; s = timer_e(s + 1)) { in printTimerStats()
621 char tag = timeStat::noUnits(timer_e(s)) ? ' ' : 'T'; in printTimerStats()
623 fprintf(statsOut, "%s\n", timeStat::name(timer_e(s))); in printTimerStats()
736 if (timeStat::logEvent((timer_e)i)) { in printPloticusFile()
737 rgb_color c = getEventColor((timer_e)i); in printPloticusFile()
742 timeStat::name((timer_e)i), c.r, c.g, c.b); in printPloticusFile()
830 for (timer_e s = timer_e(0); s < TIMER_LAST; s = timer_e(s + 1)) { in outputStats()