Searched refs:timer_e (Results 1 – 2 of 2) sorted by relevance
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;672 timer_e name) { in push_back()[all …]
587 if (timeStat::logEvent((timer_e)i)) { in setupEventColors()600 for (timer_e s = timer_e(0); s < TIMER_LAST; s = timer_e(s + 1)) { in printTimerStats()608 for (timer_e s = timer_e(0); s < TIMER_LAST; s = timer_e(s + 1)) { in printTimerStats()622 char tag = timeStat::noUnits(timer_e(s)) ? ' ' : 'T'; in printTimerStats()624 fprintf(statsOut, "%s\n", timeStat::name(timer_e(s))); in printTimerStats()741 if (timeStat::logEvent((timer_e)i)) { in printPloticusFile()742 rgb_color c = getEventColor((timer_e)i); in printPloticusFile()748 timeStat::name((timer_e)i), c.r, c.g, c.b); in printPloticusFile()837 for (timer_e s = timer_e(0); s < TIMER_LAST; s = timer_e(s + 1)) { in outputStats()