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

  /external/eigen/bench/
BenchTimer.h 41 /** Elapsed time timer keeping the best try.
93 inline double value(int TIMER = CPU_TIMER) const
95 return m_times[TIMER];
100 inline double best(int TIMER = CPU_TIMER) const
102 return m_bests[TIMER];
107 inline double worst(int TIMER = CPU_TIMER) const
109 return m_worsts[TIMER];
114 inline double total(int TIMER = CPU_TIMER) const
116 return m_totals[TIMER];
163 #define BENCH(TIMER,TRIES,REP,CODE) {
    [all...]
  /external/chromium_org/net/disk_cache/blockfile/
stats.h 40 TIMER,
47 LAST_REPORT_TIMER, // Timer count of the last time we sent a report.
backend_impl_v3.cc 22 #include "base/timer/timer.h"
46 // Avoid trimming the cache for the first 5 minutes (10 timer ticks).
269 int64 use_time = stats_.GetCounter(Stats::TIMER);
317 stats_.OnEvent(Stats::TIMER);
318 int64 time = stats_.GetCounter(Stats::TIMER);
444 int64 total_hours = stats_.GetCounter(Stats::TIMER) / 120;
1026 // Create a recurrent timer of 30 secs.
    [all...]
backend_impl.cc 24 #include "base/timer/timer.h"
52 // Avoid trimming the cache for the first 5 minutes (10 timer ticks).
294 // Create a recurrent timer of 30 secs.
480 int64 total_hours = stats_.GetCounter(Stats::TIMER) / 120;
983 int64 use_time = stats_.GetCounter(Stats::TIMER);
1063 stats_.OnEvent(Stats::TIMER);
1064 int64 time = stats_.GetCounter(Stats::TIMER);
    [all...]
  /external/arduino/hardware/arduino/cores/arduino/
wiring.c 88 #error TIMER 0 not defined
173 // on the ATmega168, timer 0 is also used for fast hardware pwm
174 // (using phase-correct PWM would mean that timer 0 overflowed half as often
181 // set timer 0 prescale factor to 64
198 #error Timer 0 prescale factor 64 not set correctly
201 // enable timer 0 overflow interrupt
207 #error Timer 0 overflow interrupt not set correctly
217 // set timer 1 prescale factor to 64
225 // put timer 1 in 8-bit phase correct pwm mode
232 // set timer 2 prescale factor to 6
    [all...]
  /external/libhevc/test/decoder/
main.c 88 typedef LARGE_INTEGER TIMER;
91 typedef struct timeval TIMER;
95 typedef WORD32 TIMER;
100 #define GETTIME(timer) QueryPerformanceCounter(timer);
103 #define GETTIME(timer) gettimeofday(timer,NULL);
110 TIMER s_temp_time; \
122 #define GETTIME(timer)
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js 207 gbRunInterval = null; //GameBoyCore Timer
    [all...]

Completed in 511 milliseconds