HomeSort by relevance Sort by last modified time
    Searched refs:thread_end (Results 1 - 7 of 7) sorted by null

  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
mainthread_jank_stats_unittest.py 15 def CreateTestRecord(self, name, start, end, thread_start, thread_end,
21 thread_duration=thread_end - thread_start)
30 # (thread_start) (thread_end)
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
event.py 8 thread_start, thread_duration and thread_end are the start time, duration
34 def thread_end(self): member in class:TimelineEvent
counter.py 53 def thread_end(self): member in class:CounterSample
model.py 205 if event.thread_end != None:
206 self._thread_time_bounds[thread].AddValue(event.thread_end)
trace_event_importer_unittest.py 57 self.assertAlmostEqual(310 / 1000.0, slice_event.thread_end)
68 self.assertAlmostEqual(357 / 1000.0, slice_event.thread_end)
78 self.assertEqual(None, slice_event.thread_end)
818 self.assertAlmostEqual(25/1000.0, parent_slice.thread_end)
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/
timeline_interaction_record.py 206 timeline_slice.thread_start, timeline_slice.thread_end,
207 self._async_event.thread_start, self._async_event.thread_end)
timeline_interaction_record_unittest.py 33 self, parent_thread, time_start, time_end, thread_start, thread_end):
35 thread_duration = thread_end - thread_start

Completed in 78 milliseconds