Searched defs:thread_timestamp (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/telemetry/telemetry/timeline/ |
D | thread.py | 95 def BeginSlice(self, category, name, timestamp, thread_timestamp=None, argument 149 thread_timestamp, thread_duration, args=None): argument 161 def PushMarkSlice(self, category, name, timestamp, thread_timestamp, argument
|
D | slice.py | 18 thread_timestamp=None, thread_duration=None, args=None): argument
|
/external/libchrome/base/trace_event/ |
D | trace_event_impl.h | 133 ThreadTicks thread_timestamp() const { return thread_timestamp_; } in thread_timestamp() function
|
D | trace_event_impl.cc | 84 ThreadTicks thread_timestamp, in Initialize()
|