Searched refs:total2 (Results 1 – 1 of 1) sorted by relevance
826 double total, ratio = 0.0, total2; in perf_stat__print_shadow_stats() local952 total2 = runtime_stat_avg(st, STAT_CYCLES_IN_TX, ctx, cpu); in perf_stat__print_shadow_stats()954 if (total2 < avg) in perf_stat__print_shadow_stats()955 total2 = avg; in perf_stat__print_shadow_stats()958 100.0 * ((total2-avg) / total)); in perf_stat__print_shadow_stats()