Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/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.c431 __inline__ unsigned long long int hwtime(void){ in hwtime() function
519 start = hwtime(); in sqliteVdbeExec()
4780 long long elapse = hwtime() - start; in sqliteVdbeExec()

Completed in 27 milliseconds