Searched defs:per_call (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dinrval.c108 PRUint32 elapsed, per_call, loops = 1000000; local
115 per_call = elapsed / 1000000U;
117 output, "Overhead of 'PR_IntervalNow()' is %u nsecs\n\n", per_call);
124 PRInt64 elapsed, per_call, ten23rd, ten26th; local
135 LL_DIV(per_call, elapsed, ten26th);
136 LL_L2I(overhead, per_call);

Completed in 53 milliseconds