Home
last modified time | relevance | path

Searched defs:thread_timestamp (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/timeline/
Dthread.py95 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
Dslice.py18 thread_timestamp=None, thread_duration=None, args=None): argument
/external/libchrome/base/trace_event/
Dtrace_event_impl.h133 ThreadTicks thread_timestamp() const { return thread_timestamp_; } in thread_timestamp() function
Dtrace_event_impl.cc84 ThreadTicks thread_timestamp, in Initialize()