Lines Matching refs:timer_e
306 enum timer_e { KMP_FOREACH_TIMER(ENUMERATE, TIMER_) TIMER_LAST }; enum
464 static const char *name(timer_e e) { return timerInfo[e].name; } in name()
465 static bool noTotal(timer_e e) { in noTotal()
468 static bool masterOnly(timer_e e) { in masterOnly()
471 static bool workerOnly(timer_e e) { in workerOnly()
474 static bool noUnits(timer_e e) { in noUnits()
477 static bool logEvent(timer_e e) { in logEvent()
492 timer_e timerEnumValue;
498 explicitTimer(timeStat *s, timer_e te) in explicitTimer()
514 timer_e get_type() const { return timerEnumValue; } in get_type()
619 timer_e timer_name;
624 kmp_stats_event(uint64_t strt, uint64_t stp, int nst, timer_e nme) in kmp_stats_event()
629 inline timer_e getTimerName() const { return timer_name; } in getTimerName()
675 timer_e name) { in push_back()
746 inline timeStat *getTimer(timer_e idx) { return &_timers[idx]; } in getTimer()
770 int nest_level, timer_e name) { in push_event()
853 static rgb_color getEventColor(timer_e e) { return timerColorInfo[e]; } in getEventColor()