Searched refs:CLOCKS_PER_SEC (Results 1 - 25 of 35) sorted by relevance

12

/external/libcxx/test/std/depr/depr.c.headers/
H A Dtime_h.pass.cpp19 #ifndef CLOCKS_PER_SEC
20 #error CLOCKS_PER_SEC not defined
/external/libcxx/test/std/language.support/support.runtime/
H A Dctime.pass.cpp19 #ifndef CLOCKS_PER_SEC
20 #error CLOCKS_PER_SEC not defined
/external/libcxx/test/std/utilities/date.time/
H A Dtested_elsewhere.pass.cpp17 #ifndef CLOCKS_PER_SEC
18 #error CLOCKS_PER_SEC not defined
/external/ImageMagick/MagickCore/
H A Dtimer.c56 #if !defined(CLOCKS_PER_SEC)
57 #define CLOCKS_PER_SEC 100
207 return((double) clock()/CLOCKS_PER_SEC);
469 return((double) clock()/CLOCKS_PER_SEC);
55 #define CLOCKS_PER_SEC macro
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Disac_speed_test.cc83 return 1000.0 * clocks / CLOCKS_PER_SEC;
96 return 1000.0 * clocks / CLOCKS_PER_SEC;
H A Dtest_iSACfixfloat.c35 #define CLOCKS_PER_SEC 1000 macro
270 starttime = clock() / (double)CLOCKS_PER_SEC; /* Runtime statistics */
612 runtime = (double)(clock() / (double)CLOCKS_PER_SEC - starttime);
H A Dkenny.cc455 starttime = clock()/(double)CLOCKS_PER_SEC;
815 runtime = (double)(((double)clock()/(double)CLOCKS_PER_SEC)-starttime);
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_speed_test.cc69 return 1000.0 * clocks / CLOCKS_PER_SEC;
81 return 1000.0 * clocks / CLOCKS_PER_SEC;
/external/dbus/dbus/
H A Ddbus-mempool.c502 N_ITERATIONS, (end - start) / (double) CLOCKS_PER_SEC);
541 N_ITERATIONS, (end - start) / (double) CLOCKS_PER_SEC);
574 N_ITERATIONS, (end - start) / (double) CLOCKS_PER_SEC);
611 N_ITERATIONS, (end - start) / (double) CLOCKS_PER_SEC);
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/
H A DiLBC_testprogram.c36 /* #define CLOCKS_PER_SEC 1000 */
240 starttime1 = clock()/(float)CLOCKS_PER_SEC;
274 starttime2=clock()/(float)CLOCKS_PER_SEC;
304 runtime2 = (float)(clock()/(float)CLOCKS_PER_SEC-starttime2);
/external/svox/pico/lib/
H A Dpicopal.c515 *sec = dt / CLOCKS_PER_SEC;
516 *usec = USEC_PER_SEC * (dt % CLOCKS_PER_SEC) / CLOCKS_PER_SEC;
/external/expat/tests/benchmark/
H A Dbenchmark.c103 cpuTime += ((double) (tend - tstart)) / CLOCKS_PER_SEC;
/external/libdivsufsort/examples/
H A Dsuftest.c154 fprintf(stderr, "%.4f sec\n", (double)(finish - start) / (double)CLOCKS_PER_SEC);
H A Dmksary.c178 fprintf(stderr, "%.4f sec\n", (double)(finish - start) / (double)CLOCKS_PER_SEC);
H A Dunbwt.c196 n, (double)(finish - start) / (double)CLOCKS_PER_SEC);
H A Dbwt.c209 n, (double)(finish - start) / (double)CLOCKS_PER_SEC);
/external/srtp/test/
H A Dreplay_driver.c208 return (double) CLOCKS_PER_SEC * REPLAY_NUM_TRIALS / timer;
H A Drdbx_driver.c344 return (double) CLOCKS_PER_SEC * num_trials / timer;
/external/opencv/
H A Dcvjni.cpp331 sprintf(buffer, "Total Time to init: %f", (double)total_time_finish / (double)CLOCKS_PER_SEC);
483 sprintf(buffer, "Total Time to cvHaarDetectObjects in findAllFaces: %f", (double)haar_detect_time_finish / (double)CLOCKS_PER_SEC);
497 sprintf(buffer, "Total Time to findAllFaces: %f", (double)total_time_finish / (double)CLOCKS_PER_SEC);
582 sprintf(buffer, "Total Time to cvHaarDetectObjects in findSingleFace: %f", (double)haar_detect_time_finish / (double)CLOCKS_PER_SEC);
605 sprintf(buffer, "Total Time to findSingleFace: %f", (double)total_time_finish / (double)CLOCKS_PER_SEC);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c20 #define CLOCKS_PER_SEC 1000 macro
234 starttime = clock() / (double)CLOCKS_PER_SEC; /* Runtime statistics */
482 runtime = (double)(clock() / (double)CLOCKS_PER_SEC - starttime);
/external/lz4/programs/
H A Dlz4io.c213 unsigned nSpan = (unsigned)(((nCurrent - nPrevious) * 1000) / CLOCKS_PER_SEC);
349 double seconds = (double)(end - start)/CLOCKS_PER_SEC;
457 double seconds = (double)(end - start)/CLOCKS_PER_SEC;
658 double seconds = (double)(end - start)/CLOCKS_PER_SEC;
/external/srtp/crypto/test/
H A Dauth_driver.c197 return (double) NUM_TRIALS * 8 * msg_len_octets * CLOCKS_PER_SEC / timer;
/external/libxml2/
H A DtestSAX.c142 #ifndef CLOCKS_PER_SEC
143 #define CLOCKS_PER_SEC 100 macro
159 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
H A DReleaseTest-API.cc36 #define CLOCKS_PER_SEC 1000 /* Runtime statistics */ macro
439 starttime = clock() / (double)CLOCKS_PER_SEC; /* Runtime statistics */
909 runtime = (double)(clock() / (double)CLOCKS_PER_SEC - starttime);
/external/srtp/crypto/cipher/
H A Dcipher.c406 return (uint64_t)CLOCKS_PER_SEC * num_trials * 8 * octets_in_buffer / timer;

Completed in 722 milliseconds

12