Searched refs:starttime (Results 1 - 25 of 27) sorted by relevance

12

/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
H A Djitter.sh39 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/
H A Dpthread_cond_latency.c117 double starttime; local
156 starttime = d_gettimeofday();
162 starttime = d_gettimeofday();
180 (int)((endtime - starttime) * 1000000.));
H A Dpthread_cond_many.c152 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/
H A Dmain.c39 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);
H A Dutil.c237 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/
H A DtestG711.cc46 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/
H A DtestG722.cc53 double starttime; local
123 starttime = clock()/(double)CLOCKS_PER_SEC_G722;
131 runtime += (double)((clock()/(double)CLOCKS_PER_SEC_G722)-starttime);
/external/tcpdump/
H A Dprint-mpcp.c67 uint8_t starttime[MPCP_TIMESTAMP_LEN]; member in struct:mpcp_grant_t
176 EXTRACT_32BITS(mpcp.grant->starttime),
/external/gemmlowp/test/
H A Dbenchmark.cc109 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/
H A Dvp8_sequence_coder.cc160 int64_t starttime = webrtc::TickTime::MillisecondTimestamp(); local
179 int64_t totalExecutionTime = endtime - starttime;
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Dtest_iSACfixfloat.c98 double starttime; local
270 starttime = clock() / (double)CLOCKS_PER_SEC; /* Runtime statistics */
612 runtime = (double)(clock() / (double)CLOCKS_PER_SEC - starttime);
H A Dkenny.cc110 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/
H A DsimpleKenny.c90 double starttime; local
234 starttime = clock() / (double)CLOCKS_PER_SEC; /* Runtime statistics */
482 runtime = (double)(clock() / (double)CLOCKS_PER_SEC - starttime);
/external/swiftshader/third_party/LLVM/utils/
H A DNewNightlyTest.pl656 $starttime = `date "+20%y-%m-%d %H:%M:%S"`;
793 'starttime' => $starttime,
/external/icu/icu4c/source/tools/tzcode/
H A Dzic.c141 static void addtt(zic_t starttime, int type);
2223 register zic_t starttime, untiltime; local
2252 INITIALIZE(starttime);
2465 addtt(starttime, type);
2537 if (usestart && ktime == starttime)
2540 if (ktime < starttime) {
2606 else addtt(starttime,
2622 ** Now we may get to set starttime for the next zone line.
2627 starttime = zp->z_untiltime;
2629 starttime
2679 addtt(const zic_t starttime, int type) argument
[all...]
H A Dlocaltime.c1019 starttime = transtime(year, &start, stdoffset), local
1024 int reversed = endtime < starttime;
1026 int_fast32_t swap = starttime;
1027 starttime = endtime;
1031 || (starttime < endtime
1032 && (endtime - starttime
1040 (&sp->ats[timecnt], starttime))
/external/ltp/tools/genload/
H A Dgenload.c91 long starttime, stoptime, runtime; local
111 if ((starttime = time(NULL)) == -1) {
319 runtime = stoptime - starttime;
H A Dstress.c91 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/
H A DReleaseTest-API.cc54 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/eigen/bench/
H A Dbenchmark-blocking-sizes.cpp204 double starttime = timer.getCpuTime();
214 const float timing = float(endtime - starttime);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 544 milliseconds

12