Searched defs:sdtot (Results 1 - 1 of 1) sorted by relevance
/httpd/support/ |
H A D | ab.c | 880 double sdtot = 0, sdcon = 0, sdd = 0, sdwait = 0; local 909 sdtot += a * a; 918 sdtot = (done > 1) ? sqrt(sdtot / (done - 1)) : 0; 980 sdtot = ap_double_ms(sdtot); 992 mintot, meantot, sdtot, mediantot, maxtot); 1009 SANE("the total time", meantot, mediantot, sdtot);
|
Completed in 17 milliseconds