HomeSort by relevance Sort by last modified time
    Searched refs:TIMES (Results 1 - 21 of 21) sorted by null

  /cts/hostsidetests/sustainedperf/dhrystone/
dhry.h 30 * In addition, Berkeley UNIX system calls "times ()" or "time ()"
102 * execution times for this version should be the same as
141 * five or more times
143 * six or more times
155 * The "times" function of UNIX (returning process times)
160 * access, use the "times ()" function. If you have
169 * In Berkeley UNIX, the function "times" returns process
191 * For 16-Bit processors (e.g. 80186, 80286), times for all compilation
354 #ifndef TIMES
    [all...]
dhry_1.c 46 #ifdef TIMES
48 extern int times ();
49 /* see library function "times" */
116 #ifdef TIMES
117 times (&time_info);
177 #ifdef TIMES
178 times (&time_info);
  /external/opencv3/samples/cpp/tutorial_code/gpu/gpu-basics-similarity/
gpu-basics-similarity.cpp 80 int TIMES = 10;
82 sstr >> TIMES;
88 for (int i = 0; i < TIMES; ++i)
92 time /= TIMES;
94 cout << "Time of PSNR CPU (averaged for " << TIMES << " runs): " << time << " milliseconds."
100 for (int i = 0; i < TIMES; ++i)
104 time /= TIMES;
106 cout << "Time of PSNR CUDA (averaged for " << TIMES << " runs): " << time << " milliseconds."
117 for (int i = 0; i < TIMES; ++i)
121 time /= TIMES;
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
ZenLog.java 42 private static final long[] TIMES = new long[SIZE];
213 TIMES[sNext] = System.currentTimeMillis();
230 pw.print(FORMAT.format(new Date(TIMES[j])));
  /external/netperf/src/
netlib.h 23 #define MAXTIMES 4 /* how many times may we loop */
446 #define TIMES 3
netlib.c 92 #include <sys/times.h>
190 this is now obsolete - in favor of either pstat(), times, or a
    [all...]