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

  /external/autotest/client/tests/kvm/tests/
timedrift_with_stop.py 38 stop_time = int(params.get("stop_time", 60))
53 stop_time, (i + 1), stop_iterations)
56 time.sleep(stop_time)
  /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/autotest/tko/
db.py 142 stop_time = time.time()
143 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...]
  /external/webrtc/webrtc/video/
end_to_end_tests.cc 2610 int64_t stop_time = now + test::CallTest::kLongTimeoutMs; local
    [all...]

Completed in 554 milliseconds