Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dexec_ctx.cc55 static gpr_cycle_counter g_start_cycle; variable
113 gpr_cycle_counter_sub(cycles, g_start_cycle)); in grpc_cycle_counter_to_millis_round_down()
118 gpr_cycle_counter_sub(cycles, g_start_cycle)); in grpc_cycle_counter_to_millis_round_up()
138 g_start_cycle = (cycle_before + cycle_after) / 2; in GlobalInit()