Home | History | Annotate | Download | only in netperf

Lines Matching refs:interval

328     /* there was a problem arming the interval timer */ 
801 /* interval timer. if we were in SYS_SIGSUSPEND we want to */
809 "catcher: Time to send burst > interval!\n");
817 "catcher: interval timer running unexpectedly!\n");
1012 /* this routine will enable the interval timer and set things up so */
1027 /* some number of milliseconds, we know that the interval timer is */
1037 /* how many usecs in each interval? */
1051 fprintf(where,"setting the interval timer to %d sec %d usec ",
1067 /* there was a problem arming the interval timer */
1185 /* this routine is like convert, but it is used for an interval time
3886 /* interval=0.1; */
4106 result_confid= (double) interval -
4111 loc_cpu_confid= (double) interval -
4116 rem_cpu_confid= (double) interval -
4124 (interval-result_confid)*100.0,
4125 (interval-loc_cpu_confid)*100.0,
4126 (interval-rem_cpu_confid)*100.0);
4181 100.0 * (interval - result_confid));
4184 100.0 * (interval - loc_cpu_confid));
4187 100.0 * (interval - rem_cpu_confid));