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

  /external/chromium_org/base/debug/
trace_event_impl.h 144 TimeTicks thread_timestamp() const { return thread_timestamp_; }
171 TimeTicks thread_timestamp_; member in class:base::debug::TraceEvent
trace_event_impl.cc 518 thread_timestamp_ = other.thread_timestamp_;
551 thread_timestamp_ = thread_timestamp;
636 thread_duration_ = thread_now - thread_timestamp_;
739 if (!thread_timestamp_.is_null()) {
747 if (!thread_timestamp_.is_null()) {
748 int64 thread_time_int64 = thread_timestamp_.ToInternalValue();
    [all...]

Completed in 59 milliseconds