Searched refs:latch_time (Results 1 – 1 of 1) sorted by relevance
344 auto latch_time = latch_map_.find(event_key); in CreatePhaseEvent() local345 if (latch_time != latch_map_.end()) { in CreatePhaseEvent()346 context_->slice_tracker->End(timestamp, latch_time->second); in CreatePhaseEvent()347 latch_map_.erase(latch_time); in CreatePhaseEvent()