Searched refs:now_usec (Results 1 – 5 of 5) sorted by relevance
46 unsigned long long now_usec, end_usec; in do_work() local53 now_usec = ts.tv_sec * USEC_PER_SEC + ts.tv_nsec / 1000; in do_work()54 end_usec = now_usec + TEST_LENGTH_USEC; in do_work()56 while (now_usec < end_usec) { in do_work()63 now_usec = ts.tv_sec * USEC_PER_SEC + ts.tv_nsec / 1000; in do_work()
40 uint64_t now_usec, end_usec; in dl_fn() local61 now_usec = (ts.tv_sec) * USEC_PER_SEC + (ts.tv_nsec / 1000); in dl_fn()62 end_usec = now_usec + 3 * USEC_PER_SEC; in dl_fn()63 while (now_usec < end_usec) { in dl_fn()74 now_usec = (ts.tv_sec) * USEC_PER_SEC + (ts.tv_nsec / 1000); in dl_fn()
36 unsigned long long now_usec, end_usec; in burn() local49 now_usec = ts.tv_sec * USEC_PER_SEC + ts.tv_nsec / 1000; in burn()50 if (now_usec > end_usec) in burn()
35 int64 now_usec = tensorflow::Env::Default()->NowMicros(); in WriteLiteralToTempFile() local38 absl::StrFormat("tempfile-%s-%x-%s", get_hostname(), now_usec, name)); in WriteLiteralToTempFile()
67 static unsigned long long now_usec(void) in now_usec() function609 start_usec = now_usec(); in test_run_parent_check_outputs()615 unsigned long long curr_usec = now_usec(); in test_run_parent_check_outputs()