Lines Matching refs:overhead
93 PRIntervalTime overhead;
150 PRIntervalTime overhead, timein = PR_IntervalNow();
153 contention.overhead = 0;
161 overhead = PR_IntervalNow() - timein;
166 contention.overhead += contention.interval;
174 overhead += (PR_IntervalNow() - timein);
175 return overhead + contention.overhead;
180 PRInt32 loops, PRIntervalTime overhead)
183 * overhead - overhead not measured by the test.
187 * Time accountable to the test is duration - overhead - predicted
198 accountable -= overhead;