Home
last modified time | relevance | path

Searched refs:up_time_1 (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/
Dsys_info_unittest.cc111 TimeDelta up_time_1 = SysInfo::Uptime(); in TEST_F() local
116 EXPECT_GT(up_time_1.InMicroseconds(), 0); in TEST_F()
117 EXPECT_GT(up_time_2.InMicroseconds(), up_time_1.InMicroseconds()); in TEST_F()