Home | History | Annotate | Download | only in netperf

Lines Matching defs:usecs

1037   /* how many usecs in each interval? */
3384 0 - 9 in increments of 10 usecs
3385 0 - 9 in increments of 100 usecs
3399 Rick Jones 2004-06-15 extend to unit and ten usecs
3589 int usecs, secs;
3596 usecs = end->tv_usec - begin->tv_usec;
3599 usecs += (secs * 1000000);
3601 return(usecs);