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.cc62 thread_timestamp_ = other->thread_timestamp_; in MoveFrom()
101 thread_timestamp_ = thread_timestamp; in Initialize()
194 if (thread_timestamp_ != ThreadTicks()) in UpdateDuration()
195 thread_duration_ = thread_now - thread_timestamp_; in UpdateDuration()
342 if (!thread_timestamp_.is_null()) { in AppendAsJSON()
350 if (!thread_timestamp_.is_null()) { in AppendAsJSON()
351 int64_t thread_time_int64 = thread_timestamp_.ToInternalValue(); in AppendAsJSON()
Dtrace_event_impl.h124 ThreadTicks thread_timestamp() const { return thread_timestamp_; } in thread_timestamp()
160 ThreadTicks thread_timestamp_; variable