Home | History | Annotate | Download | only in fio

Lines Matching refs:latency_percentile

1185 	if (td->o.latency_percentile.u.f == 100.0)
1272 dprint(FD_RATE, "Success rate: %.2f%% (target %.2f%%)\n", success_ios, td->o.latency_percentile.u.f);
1274 if (success_ios >= td->o.latency_percentile.u.f)