Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp673 rgb_color color = getEventColor(ev.getTimerName()); in printEvents()
742 rgb_color c = getEventColor((timer_e)i); in printPloticusFile()
H A Dkmp_stats.h853 static rgb_color getEventColor(timer_e e) { return timerColorInfo[e]; } in getEventColor() function