Home | History | Annotate | Download | only in orig

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
25221 static sqlite_uint64 g_start;
25223 #define TIMER_START g_start=sqlite3Hwtime()
25224 #define TIMER_END g_elapsed=sqlite3Hwtime()-g_start
32074 static sqlite_uint64 g_start;
32076 #define TIMER_START g_start=sqlite3Hwtime()
32077 #define TIMER_END g_elapsed=sqlite3Hwtime()-g_start