HomeSort by relevance Sort by last modified time
    Searched refs:thread_duration_ (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/trace_event/
trace_event_impl.h 137 TimeDelta thread_duration() const { return thread_duration_; }
162 TimeDelta thread_duration_; member in class:base::trace_event::TraceEvent
trace_event_impl.cc 187 thread_duration_ = thread_now - thread_timestamp_;
338 int64_t thread_duration = thread_duration_.ToInternalValue();

Completed in 201 milliseconds