Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_stats.h838 static rgb_color timerColorInfo[]; variable
850 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()