Home
last modified time | relevance | path

Searched refs:hwtime (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libsqlite/src/
H A Dos.c90 __inline__ unsigned long long int hwtime(void){
99 #define TIMER_START g_start=hwtime()
100 #define TIMER_END elapse=hwtime()-g_start
H A Dvdbe.c442 __inline__ unsigned long long int hwtime(void){ in hwtime() function
530 start = hwtime(); in sqliteVdbeExec()
4787 long long elapse = hwtime() - start; in sqliteVdbeExec()