Searched refs:start_ms (Results 1 – 1 of 1) sorted by relevance
79 static uint64_t start_ms = 0; in custom_tick_get() local80 if(start_ms == 0) { in custom_tick_get()83 start_ms = (tv_start.tv_sec * 1000000 + tv_start.tv_usec) / 1000; in custom_tick_get()91 uint32_t time_ms = now_ms - start_ms; in custom_tick_get()