Home | History | Annotate | Download | only in src

Lines Matching full:p50_latency

419 int         p50_latency = -1, p90_latency = -1, p99_latency = -1;
649 P50_LATENCY,
1291 case P50_LATENCY:
1292 return "P50_LATENCY";
2354 set_output_elt(P50_LATENCY, "50th", "Percentile", "Latency", "Microseconds",
2355 "%d", &p50_latency, 0, OMNI_WANT_STATS, NETPERF_TYPE_INT32);
4882 p50_latency = HIST_get_percentile(time_hist, 0.50);