Searched refs:thread_start (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/timeline/
H A Devent.py8 thread_start, thread_duration and thread_end are the start time, duration
15 def __init__(self, category, name, start, duration, thread_start=None,
21 self.thread_start = thread_start
31 return self.thread_start is not None and self.thread_duration is not None
39 if self.thread_start == None or self.thread_duration == None:
41 return self.thread_start + self.thread_duration
50 "thread_start=%s, thread_duration=%s%s)") % (
54 self.thread_start,
H A Dasync_slice.py15 thread_start=None, thread_duration=None):
17 category, name, timestamp, duration, thread_start, thread_duration,
H A Dthread.py140 if curr_slice.thread_start == None:
145 curr_slice.thread_start)
171 if s.thread_start != None:
172 s.thread_duration = max_thread_timestamp - s.thread_start
H A Dtrace_event_importer_unittest.py66 self.assertAlmostEqual(280 / 1000.0, slice_event.thread_start)
77 self.assertAlmostEqual(356 / 1000.0, slice_event.thread_start)
87 self.assertEqual(None, slice_event.thread_start)
156 self.assertAlmostEqual(0.002, slice_a.thread_start)
163 self.assertAlmostEqual(0.003, slice_b.thread_start)
195 self.assertAlmostEqual(1 / 1000.0, slice_event.thread_start)
205 self.assertAlmostEqual(2 / 1000.0, slice_event.thread_start)
224 self.assertAlmostEqual(1 / 1000.0, slice_event.thread_start)
280 self.assertAlmostEqual(0, slice_event.thread_start)
292 self.assertAlmostEqual(0.001, slice2.thread_start)
[all...]
H A Dcounter.py37 def thread_start(self): member in class:CounterSample
H A Dmodel.py166 if event.thread_start != None:
167 self._thread_time_bounds[thread].AddValue(event.thread_start)
H A Dtrace_event_importer.py356 async_slice.thread_start = events[0]['event']['tts'] / 1000.0
/external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/
H A Dfast_metric_unittest.py17 def __init__(self, wall_start, wall_duration, thread_start, thread_duration):
22 self._renderer_thread.BeginSlice('cat1', 'x.y', wall_start, thread_start)
24 thread_start + thread_duration)
37 def AddEvent(self, category, name, wall_start, wall_duration, thread_start,
39 self._renderer_thread.BeginSlice(category, name, wall_start, thread_start)
41 thread_start + thread_duration)
85 wall_start=5, wall_duration=35, thread_start=0, thread_duration=54)
87 wall_start=32, wall_duration=37, thread_start=51, thread_duration=33)
115 wall_start=5, wall_duration=35, thread_start=0, thread_duration=54)
117 wall_start=32, wall_duration=37) # no thread_start, n
[all...]
H A Dmainthread_jank_stats_unittest.py15 def CreateTestRecord(self, name, start, end, thread_start, thread_end,
20 end_thread=parent_thread, thread_start=thread_start,
21 thread_duration=thread_end - thread_start)
30 # (thread_start) (thread_end)
/external/chromium_org/tools/telemetry/telemetry/web_perf/
H A Dtimeline_interaction_record_unittest.py29 timestamp=0, duration=200, thread_start=20, thread_duration=100)
33 self, parent_thread, time_start, time_end, thread_start, thread_end):
35 thread_duration = thread_end - thread_start
37 duration, thread_start, thread_duration)
80 end_thread=renderer_main, thread_start=30, thread_duration=30)
112 end_thread=renderer_main, thread_start=30, thread_duration=30)
118 ' start=0.000000, duration=200, thread_start=30, thread_duration=30))')
134 end_thread=renderer_main, thread_start=55, thread_duration=75)
H A Dtimeline_interaction_record.py236 timeline_slice.thread_start, timeline_slice.thread_end,
237 self._async_event.thread_start, self._async_event.thread_end)
H A Dtimeline_based_measurement_unittest.py87 thread_start=ts, thread_duration=duration))
/external/chromium_org/third_party/skia/src/utils/
H A DSkThreadUtils_pthread.cpp59 static void* thread_start(void* arg) { function
77 thread_start,
H A DSkThreadUtils_win.cpp31 static DWORD WINAPI thread_start(LPVOID data) { function
54 thread_start, // thread function name (proxy)
/external/skia/src/utils/
H A DSkThreadUtils_pthread.cpp59 static void* thread_start(void* arg) { function
77 thread_start,
H A DSkThreadUtils_win.cpp31 static DWORD WINAPI thread_start(LPVOID data) { function
54 thread_start, // thread function name (proxy)

Completed in 152 milliseconds