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

  /external/chromium_org/third_party/webrtc/base/
profiler.cc 52 current_start_time_ = TimeNanos();
61 double elapsed = static_cast<double>(stop_time - current_start_time_) /
profiler.h 104 uint64 current_start_time_; member in class:rtc::ProfilerEvent

Completed in 53 milliseconds