Searched refs:timeline_slice (Results 1 – 1 of 1) sorted by relevance
149 def GetOverlappedThreadTimeForSlice(self, timeline_slice): argument193 if not timeline_slice.has_thread_timestamps:197 if timeline_slice.parent_thread == self._async_event.start_thread:199 timeline_slice)202 timeline_slice)204 def _GetOverlappedThreadTimeForSliceInSameThread(self, timeline_slice): argument206 timeline_slice.thread_start, timeline_slice.thread_end,209 def _GetOverlappedThreadTimeForSliceInDifferentThread(self, timeline_slice): argument216 timeline_slice.start, timeline_slice.end,218 if timeline_slice.duration == 0 or self._async_event.duration == 0:[all …]