Home
last modified time | relevance | path

Searched refs:clocks (Results 1 – 25 of 36) sorted by relevance

12

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
Disac_speed_test.cc70 clock_t clocks = clock(); in EncodeABlock() local
80 clocks = clock() - clocks; in EncodeABlock()
83 return 1000.0 * clocks / CLOCKS_PER_SEC; in EncodeABlock()
91 clock_t clocks = clock(); in DecodeABlock() local
94 clocks = clock() - clocks; in DecodeABlock()
96 return 1000.0 * clocks / CLOCKS_PER_SEC; in DecodeABlock()
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus_speed_test.cc62 clock_t clocks = clock(); in EncodeABlock() local
66 clocks = clock() - clocks; in EncodeABlock()
69 return 1000.0 * clocks / CLOCKS_PER_SEC; in EncodeABlock()
76 clock_t clocks = clock(); in DecodeABlock() local
79 clocks = clock() - clocks; in DecodeABlock()
81 return 1000.0 * clocks / CLOCKS_PER_SEC; in DecodeABlock()
/external/ltp/testcases/kernel/timers/clock_gettime/
Dclock_gettime02.c75 static clockid_t clocks[2] = { CLOCK_REALTIME, CLOCK_MONOTONIC }; variable
78 int TST_TOTAL = ARRAY_SIZE(clocks);
94 TEST(ltp_syscall(__NR_clock_gettime, clocks[i], &spec)); in main()
Dclock_gettime03.c95 clockid_t clocks[] = { in main() local
135 TEST(ltp_syscall(__NR_clock_gettime, clocks[i], temp)); in main()
/external/ltp/testcases/open_posix_testsuite/stress/timers/
Dplan.txt13 - Repetition of key clocks/timers functions.
20 API testing of the clocks/timers functions is considered to be done by
41 - Set memory to 95% and run through key clocks functions.
46 - Set CPU to 95% and run through key clocks functions.
51 - Set up >10,000 timers and run through key clocks functions.
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/
Dcoverage.txt7 4 NO - process clocks not part of implementation under test
8 5 NO - process clocks not part of implementation under test
/external/ltp/testcases/kernel/timers/timer_create/
Dtimer_create04.c105 clockid_t clocks[6] = { in main() local
159 TEST(ltp_syscall(__NR_timer_create, clocks[i], temp_ev, in main()
/external/walt/
DREADME.md31 * The Android/iOS device and Teensy clocks have a tendency to diverge due to
34 clocks. Some, but not all tests in the app will sync the clocks when starting a measurement.
DREADME.google31 send to the bridge to synchronize the clocks between the device and the Teensy:
43 Despite the reliability and accuracy of NTP, device and host wall clocks can
46 connection between the host and device, the clocks are synchronized based on
/external/ltp/testcases/kernel/timers/clock_settime/
Dclock_settime03.c31 clockid_t clocks[] = { variable
79 TEST(ltp_syscall(__NR_clock_settime, clocks[i], temp)); in main()
/external/ltp/testcases/open_posix_testsuite/functional/timers/
Dplan.txt13 clocks - Testing that clocks can accurately keep time in certain scenarios.
24 API testing of the clocks/timers functions is considered to be done by
40 generated test scenarios setting clocks or timers to these critical
59 - Test for a few different clocks.
/external/walt/docs/usage/
DWALT_usage.md39 …ceives power (see photo below), they will be turned off once the app synchronizes clocks with WALT.
75 Synced clocks, maxE=161us
100 Synced clocks, maxE=154us
148 Synced clocks, maxE=162us
150 Synced clocks, maxE=857us
194 ## Restarting tap latency measurement. Re-sync clocks ...
195 Synced clocks, maxE=158us
/external/autotest/client/site_tests/graphics_Idle/
Dcontrol.arc26 clocks...)
Dcontrol23 clocks...)
/external/ltp/testcases/realtime/
D00_Descriptions.txt209 then reads the thread cpu clocks of all these threads and compares the sum
210 of thread cpu clocks with the process that spend time on the CPU. It then
212 clocks with the process cpu clock value. The test expects that: the cpu
213 clock of every sleeping thread shows close to zero value. Sum of cpu clocks
/external/fio/
Dgettime.c530 unsigned long long clocks; in clock_thread_fn() local
532 clocks = t->entries[i - 1].tsc - t->entries[0].tsc; in clock_thread_fn()
534 clocks, first); in clock_thread_fn()
/external/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.timers37 // *Incomplete because process time clocks functionality not in current version
/external/walt/docs/
DDragLatency.md33 Now imagine that the clocks timestamping the touch and the laser events diverge a little (this dive…
/external/google-breakpad/src/third_party/libdisasm/
Dia32_insn.h488 unsigned int clocks; /* TODO: clock cycles: min/max */
/external/valgrind/auxprogs/
Dposixtestsuite-1.5.1-diff.txt131 + echo "Executing timers and clocks tests"
/external/ImageMagick/MagickCore/
Dopencl.c110 long long clocks; member
227 timer->clocks=0; in InitAccelerateTimer()
233 return (double)timer->clocks/(double)timer->freq; in ReadAccelerateTimer()
266 timer->clocks+=n; in StopAccelerateTimer()
/external/valgrind/helgrind/
DREADME_MSMProp2.txt58 operation on vector clocks. Given the definition of HB,
/external/libcxx/include/
Dchrono1044 /////////////////////// clocks ///////////////////////////
/external/valgrind/
DNEWS.old1386 * Add support for POSIX clocks and timers.
/external/libevent/
DChangeLog764 o Increase the tolerance in our unit tests for sloppy clocks. (170ffd2)

12