Home
last modified time | relevance | path

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

/external/ltp/lib/
Dtst_timer.c31 static struct timespec start_time, stop_time; variable
82 if (tst_clock_gettime(clock_id, &stop_time)) in tst_timer_stop()
88 return tst_timespec_diff(stop_time, start_time); in tst_timer_elapsed()
Dparse_opts.c498 static uint64_t stop_time = 0; in usc_test_looping() local
514 stop_time = in usc_test_looping()
526 if (STD_LOOP_DURATION != 0.0 && get_current_time() < stop_time) in usc_test_looping()
Dtst_test.c888 unsigned long long stop_time = 0; in testrun() local
895 stop_time = get_time_ms() + (unsigned long long)(duration * 1000); in testrun()
905 if (stop_time && get_time_ms() < stop_time) in testrun()
/external/webrtc/webrtc/base/
Dprofiler.cc58 void ProfilerEvent::Stop(uint64_t stop_time) { in Stop() argument
62 double elapsed = static_cast<double>(stop_time - current_start_time_) / in Stop()
117 uint64_t stop_time = TimeNanos(); in StopEvent() local
121 it->second.Stop(stop_time); in StopEvent()
Dprofiler.h94 void Stop(uint64_t stop_time);
/external/ltp/testcases/kernel/sched/sched_stress/
Dsched_tc4.c114 clock_t stop_time; in main() local
153 stop_time = time((time_t *) & timer_info); in main()
154 elapsed_time = (float)(stop_time - start_time) / 100.0; in main()
Dsched_tc5.c111 clock_t stop_time; in main() local
151 stop_time = time((time_t *) & timer_info); in main()
152 elapsed_time = (float)(stop_time - start_time) / 100.0; in main()
Dsched_tc6.c138 clock_t stop_time; in main() local
200 stop_time = time(&timer_info); in main()
201 elapsed_time = (float)(stop_time - start_time) / 100.0; in main()
/external/autotest/client/tests/aiostress/
Daio-stress.c280 struct timeval stop_time; in time_since_now() local
281 gettimeofday(&stop_time, NULL); in time_since_now()
282 return time_since(start_tv, &stop_time); in time_since_now()
476 struct timeval stop_time; in read_some_events() local
489 gettimeofday(&stop_time, NULL); in read_some_events()
493 finish_io(t, event_io, event->res, &stop_time); in read_some_events()
743 struct timeval stop_time; local
748 gettimeofday(&stop_time, NULL);
749 calc_latency(&start_time, &stop_time, &t->io_submit_latency);
754 update_iou_counters(my_iocbs, ret, &stop_time);
[all …]
/external/autotest/client/profilers/oprofile/
Doprofile.py130 self.stop_time = time.ctime()
144 logging.info('Ending oprofile: %s' % self.stop_time)
153 logging.info('Ending oprofile: %s' % self.stop_time)
/external/ltp/testcases/kernel/io/ltp-aiodio/
Daio-stress.c282 struct timeval stop_time; in time_since_now() local
283 gettimeofday(&stop_time, NULL); in time_since_now()
284 return time_since(start_tv, &stop_time); in time_since_now()
490 struct timeval stop_time; in read_some_events() local
504 gettimeofday(&stop_time, NULL); in read_some_events()
508 finish_io(t, event_io, event->res, &stop_time); in read_some_events()
759 struct timeval stop_time; local
764 gettimeofday(&stop_time, NULL);
765 calc_latency(&start_time, &stop_time, &t->io_submit_latency);
770 update_iou_counters(my_iocbs, ret, &stop_time);
[all …]
/external/tensorflow/tensorflow/contrib/training/python/training/
Devaluation.py193 stop_time = time.time() + timeout if timeout is not None else None
197 if stop_time is not None and time.time() + seconds_to_sleep > stop_time:
/external/tensorflow/tensorflow/contrib/lite/examples/label_image/
Dlabel_image.cc169 struct timeval start_time, stop_time; in RunInference() local
176 gettimeofday(&stop_time, NULL); in RunInference()
179 << (get_us(stop_time) - get_us(start_time)) / (s->loop_count * 1000) in RunInference()
/external/devlib/devlib/trace/
Dftrace.py81 self.stop_time = None
200 self.stop_time = time.time()
217 pull_timeout = 5 * (self.stop_time - self.start_time)
/external/autotest/tko/
Ddb.py168 stop_time = time.time()
169 elapsed_time = stop_time - start_time
/external/webrtc/webrtc/modules/video_capture/test/
Dvideo_capture_unittest.cc312 int64_t stop_time = TickTime::MillisecondTimestamp(); in TEST_F() local
317 EXPECT_LE(TickTime::MillisecondTimestamp() - stop_time, 3000); in TEST_F()
/external/autotest/client/common_lib/
Dutils.py856 stop_time = start_time + timeout
857 time_left = stop_time - time.time()
917 time_left = stop_time - time.time()
/external/autotest/client/bin/
Djob.py1119 stop_time = time.time()
1120 total_time = stop_time - self.start_time
/external/webrtc/webrtc/video/
Dend_to_end_tests.cc2610 int64_t stop_time = now + test::CallTest::kLongTimeoutMs; in TEST_F() local
2614 while (now < stop_time) { in TEST_F()
2623 int64_t time_until_timout_ = stop_time - now; in TEST_F()
/external/annotation-tools/scene-lib/
Dant-contrib.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/ ...
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/MANIFEST.MF com/google/common/base/ExtraObjectsMethodsForWeb.class ExtraObjectsMethodsForWeb ...