Searched defs:mediantot (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Dab.c879 apr_interval_time_t mediancon = 0, mediantot = 0, mediand = 0, medianwait = 0; local
953 mediantot = (stats[done / 2].time + stats[done / 2 + 1].time) / 2;
955 mediantot = stats[done / 2].time;
972 mediantot = ap_round_ms(mediantot);
992 mintot, meantot, sdtot, mediantot, maxtot);
1009 SANE("the total time", meantot, mediantot, sdtot);

Completed in 1048 milliseconds