Home
last modified time | relevance | path

Searched refs:thread_timestamp_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/trace_event/
Dtrace_event_impl.cc60 thread_timestamp_ = other.thread_timestamp_; in CopyFrom()
97 thread_timestamp_ = thread_timestamp; in Initialize()
186 if (thread_timestamp_ != ThreadTicks()) in UpdateDuration()
187 thread_duration_ = thread_now - thread_timestamp_; in UpdateDuration()
337 if (!thread_timestamp_.is_null()) { in AppendAsJSON()
345 if (!thread_timestamp_.is_null()) { in AppendAsJSON()
346 int64_t thread_time_int64 = thread_timestamp_.ToInternalValue(); in AppendAsJSON()
Dtrace_event_impl.h133 ThreadTicks thread_timestamp() const { return thread_timestamp_; } in thread_timestamp()
160 ThreadTicks thread_timestamp_; variable