Searched refs:last_call_started_cycle (Results 1 – 2 of 2) sorted by relevance
139 last_call_started_cycle( in AtomicCounterData()140 that.last_call_started_cycle.Load(MemoryOrder::RELAXED)) {} in AtomicCounterData()145 Atomic<gpr_cycle_counter> last_call_started_cycle{0};161 gpr_cycle_counter last_call_started_cycle = 0; member
86 data.last_call_started_cycle.Store(gpr_get_cycle_counter(), in RecordCallStarted()111 per_cpu_counter_data_storage_[core].last_call_started_cycle.Load( in CollectData()113 if (last_call > out->last_call_started_cycle) { in CollectData()114 out->last_call_started_cycle = last_call; in CollectData()125 gpr_cycle_counter_to_time(data.last_call_started_cycle), in PopulateCallCounts()