Home
last modified time | relevance | path

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

/tools/perf/ui/browsers/
Dannotate.c317 double max_percent = 0.0; in annotate_browser__calc_percent() local
331 if (max_percent < percent) in annotate_browser__calc_percent()
332 max_percent = percent; in annotate_browser__calc_percent()
335 if (max_percent < 0.01 && pos->al.ipc == 0) { in annotate_browser__calc_percent()
/tools/perf/util/
Dannotate.c1368 double max_percent = 0.0; in annotation_line__print() local
1379 if (percent > max_percent) in annotation_line__print()
1380 max_percent = percent; in annotation_line__print()
1386 if (max_percent < min_pcnt) in annotation_line__print()
1402 color = get_percent_color(max_percent); in annotation_line__print()