Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_stats.h831 static rgb_color timerColorInfo[]; variable
843 static rgb_color getEventColor(timer_e e) { return timerColorInfo[e]; } in getEventColor()
Dkmp_stats.cpp36 kmp_stats_output_module::rgb_color kmp_stats_output_module::timerColorInfo[] = { member in kmp_stats_output_module
585 timerColorInfo[i] = globalColorArray[globalColorIndex]; in setupEventColors()