Home
last modified time | relevance | path

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

/test/xts/acts/kernel_lite/time_posix/src/
H A DClockTimeTest.cpp228 clock_t stTime = times(&start); in HWTEST_F() local
229 LOG("start_clock: stTime: %ld", stTime); in HWTEST_F()
240 LOG("Real Time: %ld, User Time %ld, System Time %ld\n", (long)(endTime - stTime), in HWTEST_F()
250 if (!CheckValueClose((endTime - stTime), testClockt, 0.02)) { in HWTEST_F()

Completed in 2 milliseconds