Searched refs:g_time_scale (Results 1 – 2 of 2) sorted by relevance
91 static double g_time_scale; variable98 g_time_scale = tb.numer; in gpr_time_init()99 g_time_scale /= tb.denom; in gpr_time_init()116 now_dbl = ((double)(mach_absolute_time() - g_time_start)) * g_time_scale; in now_impl()
34 static double g_time_scale; variable40 g_time_scale = 1.0 / (double)frequency.QuadPart; in gpr_time_init()60 now_dbl = (double)diff * g_time_scale; in now_impl()