/external/python/cpython2/RISCOS/ |
sleep.c | 12 os_t starttime, endtime, time; /* monotonic times (centiseconds) */ local 17 starttime = os_read_monotonic_time(); 18 if (starttime + 100.0*delay >INT_MAX) 21 endtime = (os_t)(starttime + 100.0*delay); 27 time = starttime; 29 while ( time<endtime && time>=starttime ) {
|
/external/skia/tools/android/ |
measure_fps.py | 30 starttime = time.time() 37 fps = (endframe - startframe) / (endtime - starttime) 41 starttime = endtime
|
/external/skqp/tools/android/ |
measure_fps.py | 30 starttime = time.time() 37 fps = (endframe - startframe) / (endtime - starttime) 41 starttime = endtime
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
jitter.sh | 39 starttime=`awk 'BEGIN { print systime(); }' < /dev/null` 44 t=`awk -v s=$starttime 'BEGIN { print systime() - s; }' < /dev/null`
|
/external/ltp/testcases/realtime/perf/latency/ |
pthread_cond_latency.c | 117 double starttime; local 156 starttime = d_gettimeofday(); 162 starttime = d_gettimeofday(); 180 (int)((endtime - starttime) * 1000000.));
|
pthread_cond_many.c | 152 double starttime; local 162 starttime = d_gettimeofday(); 168 starttime = d_gettimeofday(); 182 latency = (unsigned long)((endtime - starttime) * 1000000.);
|
/external/ltp/utils/ffsb-6.0-rc2/ |
main.c | 39 struct timeval starttime; member in struct:ffsb_time_poll 52 timersub(&curtime, &data->starttime, &difftime); 65 struct timeval starttime, endtime, difftime; local 107 gettimeofday(&starttime, NULL); 119 timersub(&endtime, &starttime, &difftime); 160 gettimeofday(&pdata.starttime, NULL); 164 ctime_r(&pdata.starttime.tv_sec, ctime_start_buf)); 180 timersub(&endtime, &pdata.starttime, &difftime);
|
util.c | 237 struct timeval starttime, endtime, difftime; local 240 gettimeofday(&starttime, NULL); 243 timersub(&endtime, &starttime, &difftime); 318 struct timeval starttime, endtime, junk, difftime; local 319 gettimeofday(&starttime, NULL); 323 timersub(&endtime, &starttime, &difftime); 335 struct timeval starttime, endtime, difftime; local 336 gettimeofday(&starttime, NULL); 340 timersub(&endtime, &starttime, &difftime);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/test/ |
testG711.cc | 46 double starttime; local 115 starttime = clock() / (double) CLOCKS_PER_SEC_G711; /* Runtime statistics */ 158 runtime = (double)(clock() / (double) CLOCKS_PER_SEC_G711 - starttime);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/test/ |
testG722.cc | 53 double starttime; local 123 starttime = clock()/(double)CLOCKS_PER_SEC_G722; 131 runtime += (double)((clock()/(double)CLOCKS_PER_SEC_G722)-starttime);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
pystone.py | 89 starttime = clock()
92 nulltime = clock() - starttime
104 starttime = clock()
130 benchtime = clock() - starttime - nulltime
|
/external/python/cpython2/Lib/test/ |
pystone.py | 89 starttime = clock() 92 nulltime = clock() - starttime 104 starttime = clock() 130 benchtime = clock() - starttime - nulltime
|
/external/libevent/test/ |
regress_thread.c | 533 struct timeval starttime, endtime; local 543 evutil_gettimeofday(&starttime, NULL); 552 evutil_timersub(×[i], &starttime, &diff); 556 test_timeval_diff_eq(&starttime, ×[0], 100); 557 test_timeval_diff_eq(&starttime, ×[1], 200); 558 test_timeval_diff_eq(&starttime, ×[2], 400); 559 test_timeval_diff_eq(&starttime, ×[3], 450); 560 test_timeval_diff_eq(&starttime, ×[4], 500); 561 test_timeval_diff_eq(&starttime, &endtime, 500);
|
/external/tcpdump/ |
print-mpcp.c | 66 uint8_t starttime[MPCP_TIMESTAMP_LEN]; member in struct:mpcp_grant_t 175 EXTRACT_32BITS(mpcp.grant->starttime),
|
/external/gemmlowp/test/ |
benchmark.cc | 101 double starttime = real_time_in_seconds(); local 116 const float timing = static_cast<float>(endtime - starttime); 218 double starttime = real_time_in_seconds(); local 219 while (real_time_in_seconds() < starttime + mintime) {
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
vp8_sequence_coder.cc | 160 int64_t starttime = webrtc::TickTime::MillisecondTimestamp(); local 179 int64_t totalExecutionTime = endtime - starttime;
|
/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
ZoneProc.c | 625 time_t starttime;
local 654 starttime = transtime(janfirst, year, &start,
658 if (starttime > endtime) {
661 *atp++ = starttime;
664 *atp++ = starttime;
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/ |
test_iSACfixfloat.c | 98 double starttime; local 270 starttime = clock() / (double)CLOCKS_PER_SEC; /* Runtime statistics */ 612 runtime = (double)(clock() / (double)CLOCKS_PER_SEC - starttime);
|
kenny.cc | 110 double starttime, runtime, length_file; local 455 starttime = clock()/(double)CLOCKS_PER_SEC; 815 runtime = (double)(((double)clock()/(double)CLOCKS_PER_SEC)-starttime);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ |
simpleKenny.c | 90 double starttime; local 234 starttime = clock() / (double)CLOCKS_PER_SEC; /* Runtime statistics */ 482 runtime = (double)(clock() / (double)CLOCKS_PER_SEC - starttime);
|
/external/icu/icu4c/source/tools/tzcode/ |
zic.c | 141 static void addtt(zic_t starttime, int type); 2223 register zic_t starttime, untiltime; local [all...] |
/external/ltp/tools/genload/ |
genload.c | 91 long starttime, stoptime, runtime; local 111 if ((starttime = time(NULL)) == -1) { 319 runtime = stoptime - starttime;
|
stress.c | 91 long starttime, stoptime, runtime; local 111 if ((starttime = time(NULL)) == -1) { 319 runtime = stoptime - starttime;
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ |
ReleaseTest-API.cc | 54 double starttime, runtime, length_file; local 439 starttime = clock() / (double)CLOCKS_PER_SEC; /* Runtime statistics */ 909 runtime = (double)(clock() / (double)CLOCKS_PER_SEC - starttime);
|
/external/swiftshader/third_party/LLVM/utils/ |
NewNightlyTest.pl | 656 $starttime = `date "+20%y-%m-%d %H:%M:%S"`; 793 'starttime' => $starttime,
|