/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 | 140 int64_t starttime = get(start); local 141 int64_t gap = endtime - starttime; 142 gap = starttime > 0 ? gap : 0;
|
/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
|
/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/tcpdump/ |
print-mpcp.c | 67 uint8_t starttime[MPCP_TIMESTAMP_LEN]; member in struct:mpcp_grant_t 176 EXTRACT_32BITS(mpcp.grant->starttime),
|
/external/gemmlowp/test/ |
benchmark.cc | 109 double starttime = time(); local 124 const float timing = static_cast<float>(endtime - starttime); 226 double starttime = time(); local 227 while (time() < 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,
|