HomeSort by relevance Sort by last modified time
    Searched full:ticks_after (Results 1 - 1 of 1) sorted by null

  /external/libchrome/base/profiler/
tracked_time_unittest.cc 62 base::TimeTicks ticks_after = base::TimeTicks::Now(); local
63 EXPECT_FALSE(ticks_after.is_null());
68 Duration after = now - TrackedTime(ticks_after);
95 base::TimeTicks ticks_after = base::TimeTicks::Now(); local
96 EXPECT_FALSE(ticks_after.is_null());
101 Duration after = now - TrackedTime(ticks_after);

Completed in 77 milliseconds