HomeSort by relevance Sort by last modified time
    Searched refs:starttime (Results 1 - 25 of 43) sorted by null

1 2

  /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);
  /frameworks/base/libs/hwui/
FrameInfo.h 128 int64_t starttime = get(start); local
129 int64_t gap = endtime - starttime;
130 gap = starttime > 0 ? gap : 0;
  /external/lisa/tools/analysis/
runtime.py 76 starttime = None variable
80 global starttime, endtime, dpid
86 if not starttime:
87 starttime = time
147 testtime = (endtime - starttime) * ncpus # for 4 cpus
  /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/python/cpython3/Lib/test/
pystone.py 96 starttime = time()
99 nulltime = time() - starttime
111 starttime = time()
137 benchtime = time() - starttime - nulltime
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
pystone.py 89 starttime = clock()
92 nulltime = clock() - starttime
104 starttime = clock()
130 benchtime = clock() - starttime - nulltime
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
pystone.py 89 starttime = clock()
92 nulltime = clock() - starttime
104 starttime = clock()
130 benchtime = clock() - starttime - nulltime
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pystone.py 89 starttime = clock()
92 nulltime = clock() - starttime
104 starttime = clock()
130 benchtime = clock() - starttime - nulltime
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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(&times[i], &starttime, &diff);
556 test_timeval_diff_eq(&starttime, &times[0], 100);
557 test_timeval_diff_eq(&starttime, &times[1], 200);
558 test_timeval_diff_eq(&starttime, &times[2], 400);
559 test_timeval_diff_eq(&starttime, &times[3], 450);
560 test_timeval_diff_eq(&starttime, &times[4], 500);
561 test_timeval_diff_eq(&starttime, &endtime, 500);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
cache.py 52 starttime = None variable in class:Cache
71 self.starttime = template.module._modified_time
  /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;

Completed in 886 milliseconds

1 2