Home
last modified time | relevance | path

Searched refs:starttime (Results 1 – 25 of 38) sorted by relevance

12

/external/python/cpython2/RISCOS/
Dsleep.c12 os_t starttime, endtime, time; /* monotonic times (centiseconds) */ in riscos_sleep() local
17 starttime = os_read_monotonic_time(); in riscos_sleep()
18 if (starttime + 100.0*delay >INT_MAX) in riscos_sleep()
21 endtime = (os_t)(starttime + 100.0*delay); in riscos_sleep()
27 time = starttime; in riscos_sleep()
29 while ( time<endtime && time>=starttime ) { in riscos_sleep()
/external/ltp/utils/ffsb-6.0-rc2/
Dmain.c39 struct timeval starttime; member
52 timersub(&curtime, &data->starttime, &difftime); in ffsb_poll_fn()
65 struct timeval starttime, endtime, difftime; in main() local
107 gettimeofday(&starttime, NULL); in main()
119 timersub(&endtime, &starttime, &difftime); in main()
160 gettimeofday(&pdata.starttime, NULL); in main()
164 ctime_r(&pdata.starttime.tv_sec, ctime_start_buf)); in main()
180 timersub(&endtime, &pdata.starttime, &difftime); in main()
Dutil.c237 struct timeval starttime, endtime, difftime; in ffsb_sync() local
240 gettimeofday(&starttime, NULL); in ffsb_sync()
243 timersub(&endtime, &starttime, &difftime); in ffsb_sync()
318 struct timeval starttime, endtime, junk, difftime; in ffsb_bench_gettimeofday() local
319 gettimeofday(&starttime, NULL); in ffsb_bench_gettimeofday()
323 timersub(&endtime, &starttime, &difftime); in ffsb_bench_gettimeofday()
335 struct timeval starttime, endtime, difftime; in ffsb_bench_getpid() local
336 gettimeofday(&starttime, NULL); in ffsb_bench_getpid()
340 timersub(&endtime, &starttime, &difftime); in ffsb_bench_getpid()
/external/libevent/test/
Dregress_thread.c533 struct timeval starttime, endtime; in thread_no_events() local
543 evutil_gettimeofday(&starttime, NULL); in thread_no_events()
552 evutil_timersub(&times[i], &starttime, &diff); in thread_no_events()
556 test_timeval_diff_eq(&starttime, &times[0], 100); in thread_no_events()
557 test_timeval_diff_eq(&starttime, &times[1], 200); in thread_no_events()
558 test_timeval_diff_eq(&starttime, &times[2], 400); in thread_no_events()
559 test_timeval_diff_eq(&starttime, &times[3], 450); in thread_no_events()
560 test_timeval_diff_eq(&starttime, &times[4], 500); in thread_no_events()
561 test_timeval_diff_eq(&starttime, &endtime, 500); in thread_no_events()
/external/ltp/testcases/realtime/perf/latency/
Dpthread_cond_latency.c117 double starttime; in test_signal() local
156 starttime = d_gettimeofday(); in test_signal()
162 starttime = d_gettimeofday(); in test_signal()
180 (int)((endtime - starttime) * 1000000.)); in test_signal()
Dpthread_cond_many.c152 double starttime; in wake_child() local
162 starttime = d_gettimeofday(); in wake_child()
168 starttime = d_gettimeofday(); in wake_child()
182 latency = (unsigned long)((endtime - starttime) * 1000000.); in wake_child()
/external/skia/tools/android/
Dmeasure_fps.py30 starttime = time.time()
37 fps = (endframe - startframe) / (endtime - starttime)
41 starttime = endtime
/external/skqp/tools/android/
Dmeasure_fps.py30 starttime = time.time()
37 fps = (endframe - startframe) / (endtime - starttime)
41 starttime = endtime
/external/lisa/tools/analysis/
Druntime.py76 starttime = None variable
80 global starttime, endtime, dpid
86 if not starttime:
87 starttime = time
147 testtime = (endtime - starttime) * ncpus # for 4 cpus
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/test/
DtestG722.cc53 double starttime; in main() local
123 starttime = clock()/(double)CLOCKS_PER_SEC_G722; in main()
131 runtime += (double)((clock()/(double)CLOCKS_PER_SEC_G722)-starttime); in main()
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/test/
DtestG711.cc46 double starttime; in main() local
115 starttime = clock() / (double) CLOCKS_PER_SEC_G711; /* Runtime statistics */ in main()
158 runtime = (double)(clock() / (double) CLOCKS_PER_SEC_G711 - starttime); in main()
/external/python/cpython3/Lib/test/
Dpystone.py96 starttime = time()
99 nulltime = time() - starttime
111 starttime = time()
137 benchtime = time() - starttime - nulltime
/external/python/cpython2/Lib/test/
Dpystone.py89 starttime = clock()
92 nulltime = clock() - starttime
104 starttime = clock()
130 benchtime = clock() - starttime - nulltime
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
Djitter.sh39 starttime=`awk 'BEGIN { print systime(); }' < /dev/null`
44 t=`awk -v s=$starttime 'BEGIN { print systime() - s; }' < /dev/null`
/external/gemmlowp/test/
Dbenchmark.cc101 double starttime = real_time_in_seconds(); in time_for_gemms() local
116 const float timing = static_cast<float>(endtime - starttime); in time_for_gemms()
218 double starttime = real_time_in_seconds(); in benchmark_gemm_sizes() local
219 while (real_time_in_seconds() < starttime + mintime) { in benchmark_gemm_sizes()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
Dcache.py52 starttime = None variable in Cache
71 self.starttime = template.module._modified_time
/external/tcpdump/
Dprint-mpcp.c66 uint8_t starttime[MPCP_TIMESTAMP_LEN]; member
175 EXTRACT_32BITS(mpcp.grant->starttime), in mpcp_print()
/external/icu/icu4c/source/tools/tzcode/
Dzic.c141 static void addtt(zic_t starttime, int type);
2223 register zic_t starttime, untiltime; in outzone() local
2252 INITIALIZE(starttime); in outzone()
2465 addtt(starttime, type); in outzone()
2537 if (usestart && ktime == starttime) in outzone()
2540 if (ktime < starttime) { in outzone()
2606 else addtt(starttime, in outzone()
2627 starttime = zp->z_untiltime; in outzone()
2629 starttime = tadd(starttime, -stdoff); in outzone()
2631 starttime = tadd(starttime, -gmtoff); in outzone()
[all …]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
DsimpleKenny.c90 double starttime; in main() local
234 starttime = clock() / (double)CLOCKS_PER_SEC; /* Runtime statistics */ in main()
482 runtime = (double)(clock() / (double)CLOCKS_PER_SEC - starttime); in main()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
Dtest_iSACfixfloat.c98 double starttime; in main() local
270 starttime = clock() / (double)CLOCKS_PER_SEC; /* Runtime statistics */ in main()
612 runtime = (double)(clock() / (double)CLOCKS_PER_SEC - starttime); in main()
Dkenny.cc110 double starttime, runtime, length_file; in main() local
455 starttime = clock()/(double)CLOCKS_PER_SEC; in main()
815 runtime = (double)(((double)clock()/(double)CLOCKS_PER_SEC)-starttime); in main()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_sequence_coder.cc160 int64_t starttime = webrtc::TickTime::MillisecondTimestamp(); in SequenceCoder() local
179 int64_t totalExecutionTime = endtime - starttime; in SequenceCoder()
/external/ltp/tools/genload/
Dgenload.c91 long starttime, stoptime, runtime; in main() local
111 if ((starttime = time(NULL)) == -1) { in main()
319 runtime = stoptime - starttime; in main()
Dstress.c91 long starttime, stoptime, runtime; in main() local
111 if ((starttime = time(NULL)) == -1) { in main()
319 runtime = stoptime - starttime; in main()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
DReleaseTest-API.cc54 double starttime, runtime, length_file; in main() local
439 starttime = clock() / (double)CLOCKS_PER_SEC; /* Runtime statistics */ in main()
909 runtime = (double)(clock() / (double)CLOCKS_PER_SEC - starttime); in main()

12