Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/
Dbench.c72 double hits_mean = 0.0, drops_mean = 0.0; in hits_drops_report_final() local
76 hits_mean += res[i].hits / 1000000.0 / (0.0 + res_cnt); in hits_drops_report_final()
82 hits_stddev += (hits_mean - res[i].hits / 1000000.0) * in hits_drops_report_final()
83 (hits_mean - res[i].hits / 1000000.0) / in hits_drops_report_final()
93 hits_mean, hits_stddev, hits_mean / env.producer_cnt); in hits_drops_report_final()