Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dtrace_event_impl.h128 TimeDelta thread_duration() const { return thread_duration_; } in thread_duration()
162 TimeDelta thread_duration_; variable
Dtrace_event_impl.cc195 thread_duration_ = thread_now - thread_timestamp_; in UpdateDuration()
343 int64_t thread_duration = thread_duration_.ToInternalValue(); in AppendAsJSON()