Searched refs:now_ms (Results 1 – 1 of 1) sorted by relevance
88 uint64_t now_ms; in custom_tick_get() local89 now_ms = (tv_now.tv_sec * 1000000 + tv_now.tv_usec) / 1000; in custom_tick_get()91 uint32_t time_ms = now_ms - start_ms; in custom_tick_get()