Home | History | Annotate | Download | only in dist

Lines Matching refs:g_start

22873 static sqlite_uint64 g_start;
22875 #define TIMER_START g_start=sqlite3Hwtime()
22876 #define TIMER_END g_elapsed=sqlite3Hwtime()-g_start
25228 static sqlite_uint64 g_start;
25230 #define TIMER_START g_start=sqlite3Hwtime()
25231 #define TIMER_END g_elapsed=sqlite3Hwtime()-g_start
32102 static sqlite_uint64 g_start;
32104 #define TIMER_START g_start=sqlite3Hwtime()
32105 #define TIMER_END g_elapsed=sqlite3Hwtime()-g_start