Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dstat-shadow.c341 static const double grc_table[GRC_MAX_NR][3] = { in get_ratio_color() local
348 if (ratio > grc_table[type][0]) in get_ratio_color()
350 else if (ratio > grc_table[type][1]) in get_ratio_color()
352 else if (ratio > grc_table[type][2]) in get_ratio_color()

Completed in 5 milliseconds