Searched refs:be_bound (Results 1 – 1 of 1) sorted by relevance
1060 double be_bound = td_be_bound(map_idx, st, &rsd); in perf_stat__print_shadow_stats() local1071 if (be_bound > 0.2) in perf_stat__print_shadow_stats()1075 be_bound * 100.); in perf_stat__print_shadow_stats()1098 double be_bound = td_metric_ratio(map_idx, in perf_stat__print_shadow_stats() local1101 if (be_bound > 0.2) in perf_stat__print_shadow_stats()1104 be_bound * 100.); in perf_stat__print_shadow_stats()1176 double be_bound = td_metric_ratio(map_idx, in perf_stat__print_shadow_stats() local1182 double core_bound = be_bound - mem_bound; in perf_stat__print_shadow_stats()1184 if (be_bound > 0.2 && mem_bound > 0.2) in perf_stat__print_shadow_stats()1188 if (be_bound > 0.2 && core_bound > 0.1) in perf_stat__print_shadow_stats()
Completed in 12 milliseconds