Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dos.c87 __inline__ unsigned long long int hwtime(void){
96 #define TIMER_START g_start=hwtime()
97 #define TIMER_END elapse=hwtime()-g_start
H A Dvdbe.c440 __inline__ unsigned long long int hwtime(void){ in hwtime() function
528 start = hwtime(); in sqliteVdbeExec()
4785 long long elapse = hwtime() - start; in sqliteVdbeExec()