HomeSort by relevance Sort by last modified time
    Searched refs:stop_time (Results 1 - 22 of 22) sorted by null

  /external/ltp/lib/
tst_timer.c 30 static struct timespec start_time, stop_time; variable in typeref:struct:
81 if (clock_gettime(clock_id, &stop_time))
87 return tst_timespec_diff(stop_time, start_time);
parse_opts.c 489 * calculated stop_time.
498 static uint64_t stop_time = 0; local
514 stop_time =
526 if (STD_LOOP_DURATION != 0.0 && get_current_time() < stop_time)
tst_test.c 775 unsigned long long stop_time = 0; local
781 stop_time = get_time_ms() + (unsigned long long)(duration * 1000);
791 if (stop_time && get_time_ms() < stop_time)
  /external/r8/src/main/java/com/android/tools/r8/utils/
Timing.java 32 long stop_time; field in class:Timing.Node
37 this.stop_time = -1;
41 stop_time = System.nanoTime();
46 return stop_time - start_time;
  /external/ltp/testcases/kernel/sched/sched_stress/
sched_tc4.c 114 clock_t stop_time; local
153 stop_time = time((time_t *) & timer_info);
154 elapsed_time = (float)(stop_time - start_time) / 100.0;
sched_tc5.c 111 clock_t stop_time; local
151 stop_time = time((time_t *) & timer_info);
152 elapsed_time = (float)(stop_time - start_time) / 100.0;
sched_tc6.c 138 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/
profiler.cc 58 void ProfilerEvent::Stop(uint64_t stop_time) {
62 double elapsed = static_cast<double>(stop_time - current_start_time_) /
117 uint64_t stop_time = TimeNanos(); local
121 it->second.Stop(stop_time);
profiler.h 94 void Stop(uint64_t stop_time);
  /external/autotest/client/profilers/oprofile/
oprofile.py 130 self.stop_time = time.ctime()
144 logging.info('Ending oprofile: %s' % self.stop_time)
153 logging.info('Ending oprofile: %s' % self.stop_time)
  /external/autotest/client/tests/aiostress/
aio-stress.c 280 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/
aio-stress.c 278 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/devlib/devlib/trace/
ftrace.py 81 self.stop_time = None
200 self.stop_time = time.time()
217 pull_timeout = 5 * (self.stop_time - self.start_time)
  /external/autotest/tko/
db.py 168 stop_time = time.time()
169 elapsed_time = stop_time - start_time
  /external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc 312 int64_t stop_time = TickTime::MillisecondTimestamp(); local
317 EXPECT_LE(TickTime::MillisecondTimestamp() - stop_time, 3000);
  /external/autotest/client/bin/
job.py     [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
h264_utils.cpp 478 OMX_U64 stop_time = get_act_time(); local
481 proc_time += (stop_time - start_time);
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 442 OMX_U64 stop_time = get_act_time(); local
444 proc_time += (stop_time - start_time);
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 442 OMX_U64 stop_time = get_act_time(); local
444 proc_time += (stop_time - start_time);
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 442 OMX_U64 stop_time = get_act_time(); local
444 proc_time += (stop_time - start_time);
    [all...]
  /external/webrtc/webrtc/video/
end_to_end_tests.cc 2610 int64_t stop_time = now + test::CallTest::kLongTimeoutMs; local
    [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 11955 OMX_U64 stop_time = get_act_time(); local
    [all...]

Completed in 867 milliseconds