Searched refs:timing_events (Results 1 – 1 of 1) sorted by relevance
251 def generate_timing_points(timing_events, timings): argument254 for k, l in timing_events.items():580 timing_events = collections.OrderedDict()621 timing_events[timing_event_name] = time_spent632 return events, timing_events637 timing_events = {}680 if timing_event not in timing_events:681 timing_events[timing_event] = []682 timing_events[timing_event].append(line)686 return events, timing_events