Home | History | Annotate | Download | only in netperf

Lines Matching refs:hundred_usec

3423       h->hundred_usec[i] = 0;
3445 if(val <= 9) h->hundred_usec[val]++;
3494 output_row(stdout, "HUNDRED_USEC ", h->hundred_usec);
3496 h->hundred_usec[0] += sum_row(h->unit_usec);
3497 h->hundred_usec[0] += sum_row(h->ten_usec);
3498 output_row(stdout, "TENTH_MSEC ", h->hundred_usec);