Home
last modified time | relevance | path

Searched refs:thread_start (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/
Dfast_metric_unittest.py17 def __init__(self, wall_start, wall_duration, thread_start, thread_duration): argument
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, argument
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)
147 wall_start=2, wall_duration=45, thread_start=0, thread_duration=101)
[all …]
Dmainthread_jank_stats_unittest.py15 def CreateTestRecord(self, name, start, end, thread_start, thread_end, argument
20 end_thread=parent_thread, thread_start=thread_start,
21 thread_duration=thread_end - thread_start)
/external/chromium_org/tools/telemetry/telemetry/timeline/
Devent.py15 def __init__(self, category, name, start, duration, thread_start=None, argument
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
54 self.thread_start,
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 …]
Dasync_slice.py15 thread_start=None, thread_duration=None): argument
17 category, name, timestamp, duration, thread_start, thread_duration,
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
Dmodel.py166 if event.thread_start != None:
167 self._thread_time_bounds[thread].AddValue(event.thread_start)
Dcounter.py37 def thread_start(self): member in CounterSample
Dtrace_event_importer.py356 async_slice.thread_start = events[0]['event']['tts'] / 1000.0
/external/chromium_org/tools/telemetry/telemetry/web_perf/
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): argument
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)
134 end_thread=renderer_main, thread_start=55, thread_duration=75)
Dtimeline_interaction_record.py236 timeline_slice.thread_start, timeline_slice.thread_end,
237 self._async_event.thread_start, self._async_event.thread_end)
Dtimeline_based_measurement_unittest.py87 thread_start=ts, thread_duration=duration))
/external/chromium_org/third_party/skia/src/utils/
DSkThreadUtils_pthread.cpp59 static void* thread_start(void* arg) { in thread_start() function
77 thread_start, in SkThread()
DSkThreadUtils_win.cpp31 static DWORD WINAPI thread_start(LPVOID data) { in thread_start() function
54 thread_start, // thread function name (proxy) in SkThread()
/external/skia/src/utils/
DSkThreadUtils_pthread.cpp59 static void* thread_start(void* arg) { in thread_start() function
77 thread_start, in SkThread()
DSkThreadUtils_win.cpp31 static DWORD WINAPI thread_start(LPVOID data) { in thread_start() function
54 thread_start, // thread function name (proxy) in SkThread()
/external/valgrind/main/
Ddarwin10-drd.supp110 thread_start
113 fun:thread_start
Ddarwin9-drd.supp160 fun:thread_start