Searched refs:HighResNow (Results 1 - 8 of 8) sorted by relevance

/external/chromium/net/base/
H A Dbandwidth_metrics.h74 last_start_ = base::TimeTicks::HighResNow();
90 base::TimeDelta delta = base::TimeTicks::HighResNow() - last_start_;
/external/chromium/base/
H A Dtime_win_unittest.cc112 // 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();
H A Dtime_unittest.cc133 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;
H A Dtime_mac.cc135 TimeTicks TimeTicks::HighResNow() { function in class:base::TimeTicks
H A Dtime_posix.cc198 TimeTicks TimeTicks::HighResNow() { function in class:base::TimeTicks
H A Dtime_win.cc400 TimeTicks TimeTicks::HighResNow() { function in class:TimeTicks
H A Dtime.h467 static TimeTicks HighResNow();
/external/chromium/base/debug/
H A Dtrace_event.cc72 TimeTicks tick = TimeTicks::HighResNow();

Completed in 163 milliseconds