Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h841 static rgb_color timerColorInfo[]; variable
853 static rgb_color getEventColor(timer_e e) { return timerColorInfo[e]; } in getEventColor()
H A Dkmp_stats.cpp36 kmp_stats_output_module::rgb_color kmp_stats_output_module::timerColorInfo[] = { member in kmp_stats_output_module
588 timerColorInfo[i] = globalColorArray[globalColorIndex]; in setupEventColors()