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

  /external/chromium/net/base/
bandwidth_metrics.h 74 last_start_ = base::TimeTicks::HighResNow();
90 base::TimeDelta delta = base::TimeTicks::HighResNow() - last_start_;
  /external/chromium/base/
time_win_unittest.cc 112 // HighResNow doesn't work on some systems. Since the product still works
122 TimeTicks last_time = TimeTicks::HighResNow();
126 delta = TimeTicks::HighResNow() - last_time;
187 { TimeTicks::HighResNow, "TimeTicks::HighResNow" },
193 TimeTicks start = TimeTicks::HighResNow();
196 TimeTicks stop = TimeTicks::HighResNow();
time_unittest.cc 133 TEST(TimeTicks, HighResNow) {
135 // HighResNow doesn't work on some systems. Since the product still works
155 TimeTicks ticks_start = TimeTicks::HighResNow();
160 delta = TimeTicks::HighResNow() - ticks_start;
time_mac.cc 135 TimeTicks TimeTicks::HighResNow() {
time_posix.cc 198 TimeTicks TimeTicks::HighResNow() {
time_win.cc 400 TimeTicks TimeTicks::HighResNow() {
time.h 467 static TimeTicks HighResNow();
  /external/chromium/base/debug/
trace_event.cc 72 TimeTicks tick = TimeTicks::HighResNow();

Completed in 1308 milliseconds