Searched refs:thread_timestamp (Results 1 – 7 of 7) sorted by relevance
/external/chromium-trace/catapult/telemetry/telemetry/timeline/ |
D | thread.py | 95 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,
|
D | slice_unittest.py | 15 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,
|
D | slice.py | 18 thread_timestamp=None, thread_duration=None, args=None): argument 20 category, name, timestamp, duration, thread_timestamp, thread_duration,
|
D | inspector_importer.py | 52 thread_timestamp=None,
|
/external/libchrome/base/trace_event/ |
D | trace_event_impl.h | 103 ThreadTicks thread_timestamp, 133 ThreadTicks thread_timestamp() const { return thread_timestamp_; } in thread_timestamp() function
|
D | trace_event_impl.cc | 84 ThreadTicks thread_timestamp, in Initialize() argument 97 thread_timestamp_ = thread_timestamp; in Initialize()
|
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/ |
D | rendering_stats_unittest.py | 77 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,
|