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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Dbench.h77 #define TIMER_START SET_TIMER_FROM_GETRUSAGE(&__start_time);
99 #define TIMER_START SET_TIMER_FROM_GETPROCESSTIMES(&__start_time);
105 #define TIMER_START __os_gettime(NULL, &__start_time, 1)
108 #define TIMER_START __os_gettime(NULL, &__start_time)
143 #define TIMER_START CLOCK(__start_time)
168 db_timespec __start_time, __end_time; variable
172 timespecsub(&(tm), &__start_time); \
177 timespecsub(&__tmp_time, &__start_time); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Dbench.h77 #define TIMER_START SET_TIMER_FROM_GETRUSAGE(&__start_time);
99 #define TIMER_START SET_TIMER_FROM_GETPROCESSTIMES(&__start_time);
105 #define TIMER_START __os_gettime(NULL, &__start_time, 1)
108 #define TIMER_START __os_gettime(NULL, &__start_time)
143 #define TIMER_START CLOCK(__start_time)
168 db_timespec __start_time, __end_time; variable
172 timespecsub(&(tm), &__start_time); \
177 timespecsub(&__tmp_time, &__start_time); \

Completed in 62 milliseconds