Lines Matching refs:timer_e
303 enum timer_e { KMP_FOREACH_TIMER(ENUMERATE, TIMER_) TIMER_LAST }; enum
461 static const char *name(timer_e e) { return timerInfo[e].name; } in name()
462 static bool noTotal(timer_e e) { in noTotal()
465 static bool masterOnly(timer_e e) { in masterOnly()
468 static bool workerOnly(timer_e e) { in workerOnly()
471 static bool noUnits(timer_e e) { in noUnits()
474 static bool logEvent(timer_e e) { in logEvent()
489 timer_e timerEnumValue;
495 explicitTimer(timeStat *s, timer_e te) in explicitTimer()
511 timer_e get_type() const { return timerEnumValue; } in get_type()
616 timer_e timer_name;
621 kmp_stats_event(uint64_t strt, uint64_t stp, int nst, timer_e nme) in kmp_stats_event()
626 inline timer_e getTimerName() const { return timer_name; } in getTimerName()
672 timer_e name) { in push_back()
743 inline timeStat *getTimer(timer_e idx) { return &_timers[idx]; } in getTimer()
767 int nest_level, timer_e name) { in push_event()
850 static rgb_color getEventColor(timer_e e) { return timerColorInfo[e]; } in getEventColor()