Searched refs:timing_events (Results 1 – 1 of 1) sorted by relevance
253 def generate_timing_points(timing_events, timings): argument256 for k, l in timing_events.items():597 timing_events = collections.OrderedDict()638 timing_events[timing_event_name] = time_spent649 return events, timing_events654 format(stop_events, events, timing_events))658 timing_events = {}720 if timing_event not in timing_events:721 timing_events[timing_event] = []722 timing_events[timing_event].append(line)[all …]