Searched refs:getnsecs (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dlibmicro.c207 long long startnsecs = getnsecs();
418 b->ba_starttime = getnsecs();
454 b->ba_endtime = getnsecs();
501 (double)(getnsecs() - startnsecs) /
523 if (lm_optA && ((t = getnsecs()) - last_sleep) > 75000000LL) {
531 r.re_t0 = getnsecs();
533 r.re_t1 = getnsecs();
684 (void) printf("# getnsecs overhead %12d\n", (int)nsecs_overhead);
1014 getnsecs() function
1042 getnsecs() function
1060 getnsecs() function
[all...]
H A Dlibmicro.h194 long long getnsecs();

Completed in 20 milliseconds