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

  /external/chromium_org/base/debug/
trace_event_impl.h 148 TimeDelta thread_duration() const { return thread_duration_; }
173 TimeDelta thread_duration_; member in class:base::debug::TraceEvent
trace_event_impl.cc 636 thread_duration_ = thread_now - thread_timestamp_;
740 int64 thread_duration = thread_duration_.ToInternalValue();
    [all...]

Completed in 1715 milliseconds