Searched defs:stop_time (Results 1 - 11 of 11) sorted by relevance

/external/ltp/lib/
H A Dtst_timer.c30 static struct timespec start_time, stop_time; variable in typeref:struct:
80 if (clock_gettime(clock_id, &stop_time))
86 return tst_timespec_diff(stop_time, start_time);
H A Dparse_opts.c541 * calculated stop_time.
550 static uint64_t stop_time = 0; local
568 stop_time =
613 if (STD_LOOP_DURATION != 0.0 && get_current_time() < stop_time)
H A Dtst_test.c638 unsigned long long stop_time = 0; local
644 stop_time = get_time_ms() + (unsigned long long)(duration * 1000);
654 if (stop_time && get_time_ms() < stop_time)
/external/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_tc4.c114 clock_t stop_time; local
153 stop_time = time((time_t *) & timer_info);
154 elapsed_time = (float)(stop_time - start_time) / 100.0;
H A Dsched_tc5.c111 clock_t stop_time; local
151 stop_time = time((time_t *) & timer_info);
152 elapsed_time = (float)(stop_time - start_time) / 100.0;
H A Dsched_tc6.c138 clock_t stop_time; local
200 stop_time = time(&timer_info);
201 elapsed_time = (float)(stop_time - start_time) / 100.0;
/external/webrtc/webrtc/base/
H A Dprofiler.cc58 void ProfilerEvent::Stop(uint64_t stop_time) { argument
62 double elapsed = static_cast<double>(stop_time - current_start_time_) /
117 uint64_t stop_time = TimeNanos(); local
121 it->second.Stop(stop_time);
/external/webrtc/webrtc/modules/video_capture/test/
H A Dvideo_capture_unittest.cc312 int64_t stop_time = TickTime::MillisecondTimestamp(); local
317 EXPECT_LE(TickTime::MillisecondTimestamp() - stop_time, 3000);
/external/autotest/client/tests/aiostress/
H A Daio-stress.c280 struct timeval stop_time; local
281 gettimeofday(&stop_time, NULL);
282 return time_since(start_tv, &stop_time);
476 struct timeval stop_time; local
489 gettimeofday(&stop_time, NULL);
493 finish_io(t, event_io, event->res, &stop_time);
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/ltp/testcases/kernel/io/ltp-aiodio/
H A Daio-stress.c278 struct timeval stop_time; local
279 gettimeofday(&stop_time, NULL);
280 return time_since(start_tv, &stop_time);
486 struct timeval stop_time; local
500 gettimeofday(&stop_time, NULL);
504 finish_io(t, event_io, event->res, &stop_time);
755 struct timeval stop_time; local
760 gettimeofday(&stop_time, NULL);
761 calc_latency(&start_time, &stop_time, &t->io_submit_latency);
766 update_iou_counters(my_iocbs, ret, &stop_time);
[all...]
/external/webrtc/webrtc/video/
H A Dend_to_end_tests.cc2610 int64_t stop_time = now + test::CallTest::kLongTimeoutMs; local
2614 while (now < stop_time) {
2623 int64_t time_until_timout_ = stop_time - now;

Completed in 565 milliseconds