Home | History | Annotate | Download | only in functional

Lines Matching refs:currentTime

1322     auto currentTime = toMicroSec(currentTS.tv_sec, currentTS.tv_nsec);
1324 ASSERT_PRED2([](auto c, auto m) { return c - m < 1e+6; }, currentTime, mesureTime);