Searched refs:hwtime (Results 1 – 2 of 2) sorted by relevance
87 __inline__ unsigned long long int hwtime(void){96 #define TIMER_START g_start=hwtime()97 #define TIMER_END elapse=hwtime()-g_start
440 __inline__ unsigned long long int hwtime(void){ in hwtime() function528 start = hwtime(); in sqliteVdbeExec()4785 long long elapse = hwtime() - start; in sqliteVdbeExec()