Searched refs:hwtime (Results 1 – 2 of 2) sorted by relevance
90 __inline__ unsigned long long int hwtime(void){99 #define TIMER_START g_start=hwtime()100 #define TIMER_END elapse=hwtime()-g_start
442 __inline__ unsigned long long int hwtime(void){ in hwtime() function530 start = hwtime(); in sqliteVdbeExec()4787 long long elapse = hwtime() - start; in sqliteVdbeExec()