Home
last modified time | relevance | path

Searched refs:g_time_scale (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/lib/gpr/
Dtime_posix.cc91 static double g_time_scale; variable
98 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()
Dtime_windows.cc34 static double g_time_scale; variable
40 g_time_scale = 1.0 / (double)frequency.QuadPart; in gpr_time_init()
60 now_dbl = (double)diff * g_time_scale; in now_impl()