Searched refs:stop_events (Results 1 – 1 of 1) sorted by relevance
635 def collect_events(search_events, command, timings, stop_events, disable_timing_after_zygote): argument639 data_available = stop_events is None672 if event in stop_events:673 stop_events.remove(event)674 print("remaining stop_events:", stop_events)675 if len(stop_events) == 0: