Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dstat-shadow.c303 double total, ratio = 0.0, total2; in perf_stat__print_shadow_stats() local
393 total2 = avg_stats(&runtime_cycles_in_tx_stats[ctx][cpu]); in perf_stat__print_shadow_stats()
394 if (total2 < avg) in perf_stat__print_shadow_stats()
395 total2 = avg; in perf_stat__print_shadow_stats()
399 100.0 * ((total2-avg) / total)); in perf_stat__print_shadow_stats()