Home
last modified time | relevance | path

Searched refs:thread_timestamp (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/timeline/
Dthread.py95 def BeginSlice(self, category, name, timestamp, thread_timestamp=None, argument
114 thread_timestamp=thread_timestamp,
149 thread_timestamp, thread_duration, args=None): argument
151 thread_timestamp=thread_timestamp,
161 def PushMarkSlice(self, category, name, timestamp, thread_timestamp, argument
164 thread_timestamp=thread_timestamp,
Dslice_unittest.py15 top = Slice(None, 'cat', 'top', 0, duration=10, thread_timestamp=0,
17 a = Slice(None, 'cat', 'a', 1, duration=2, thread_timestamp=0.5,
19 x = Slice(None, 'cat', 'x', 1.5, duration=0.25, thread_timestamp=0.75,
21 b = Slice(None, 'cat', 'b', 5, duration=2, thread_timestamp=None,
Dslice.py18 thread_timestamp=None, thread_duration=None, args=None): argument
20 category, name, timestamp, duration, thread_timestamp, thread_duration,
Dinspector_importer.py52 thread_timestamp=None,
/external/libchrome/base/trace_event/
Dtrace_event_impl.h103 ThreadTicks thread_timestamp,
133 ThreadTicks thread_timestamp() const { return thread_timestamp_; } in thread_timestamp() function
Dtrace_event_impl.cc84 ThreadTicks thread_timestamp, in Initialize() argument
97 thread_timestamp_ = thread_timestamp; in Initialize()
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
Drendering_stats_unittest.py77 timestamp, duration=0.0, thread_timestamp=None, thread_duration=None,
108 timestamp, duration=0.0, thread_timestamp=None, thread_duration=None,
141 timestamp, duration=0.0, thread_timestamp=None, thread_duration=None,