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

/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/test_micro/
H A Dbench.h77 #define TIMER_START SET_TIMER_FROM_GETRUSAGE(&__start_time); macro
99 #define TIMER_START SET_TIMER_FROM_GETPROCESSTIMES(&__start_time); macro
105 #define TIMER_START __os_gettime(NULL, &__start_time, 1) macro
108 #define TIMER_START __os_gettime(NULL, &__start_time) macro
143 #define TIMER_START CLOCK(__start_time) macro
/macosx-10.9.5/BerkeleyDB-21/db/test_micro/source/
H A Dbench.h77 #define TIMER_START SET_TIMER_FROM_GETRUSAGE(&__start_time); macro
99 #define TIMER_START SET_TIMER_FROM_GETPROCESSTIMES(&__start_time); macro
105 #define TIMER_START __os_gettime(NULL, &__start_time, 1) macro
108 #define TIMER_START __os_gettime(NULL, &__start_time) macro
143 #define TIMER_START CLOCK(__start_time) macro
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c22440 #define TIMER_START g_start=sqlite3Hwtime() macro
22444 #define TIMER_START macro
24782 #define TIMER_START g_start=sqlite3Hwtime() macro
24786 #define TIMER_START macro
31559 #define TIMER_START macro
31563 #define TIMER_START macro
[all...]

Completed in 346 milliseconds