Lines Matching defs:total
318 apr_int64_t totalread = 0; /* total number of bytes read */
320 apr_int64_t totalposted = 0; /* total number of bytes posted, inc. headers */
866 printf(" %.2f kb/s total\n",
874 apr_time_t totalcon = 0, total = 0, totald = 0, totalwait = 0;
895 total += s->time;
900 meantot = total / done;
1009 SANE("the total time", meantot, mediantot, sdtot);
1022 /* Sorted on total connect times */
1161 "<td colspan=2 %s>%.2f kb/s total</td></tr>\n",
1169 apr_interval_time_t totalcon = 0, total = 0;
1180 total += s->time;
1190 total = ap_round_ms(total);
1207 (total / done) - (totalcon / done), tdstring, maxtot - maxcon);
1212 trstring, tdstring, tdstring, mintot, tdstring, total / done, tdstring, maxtot);
2391 "total number of requests\n", argv[0]);