Searched refs:TIMER (Results 1 - 11 of 11) sorted by relevance

/external/eigen/bench/
H A DBenchTimer.h93 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) { \
164 TIMER
[all...]
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
H A Dproxyshaper_test.py66 start = proxyshaper.TIMER()
69 actual_ms = (proxyshaper.TIMER() - start) * 1000.0
78 start = proxyshaper.TIMER()
81 actual_ms = (proxyshaper.TIMER() - start) * 1000.0
91 start = proxyshaper.TIMER()
95 actual_ms = (proxyshaper.TIMER() - start) * 1000.0
104 start = proxyshaper.TIMER()
108 actual_ms = (proxyshaper.TIMER() - start) * 1000.0
118 start = proxyshaper.TIMER()
122 actual_ms = (proxyshaper.TIMER()
[all...]
H A Dproxyshaper.py27 TIMER = platformsettings.timer variable
81 start = TIMER()
83 read_seconds = TIMER() - start
H A Dhttpclient.py37 TIMER = platformsettings.timer variable
139 start = TIMER()
148 delays.append(TIMER() - start)
151 start = TIMER()
331 connect_start = TIMER()
333 connect_delay = int((TIMER() - connect_start) * 1000)
334 start = TIMER()
341 headers_delay = int((TIMER() - start) * 1000)
H A Dtrafficshaper_test.py33 TIMER = platformsettings.timer variable
91 def __init__(self, host, port, timer=TIMER):
107 def __init__(self, host, port, timer=TIMER):
152 self.timer = TIMER
234 self.timer = TIMER
/external/libavc/test/encoder/
H A Dapp.h144 typedef LARGE_INTEGER TIMER; typedef
147 typedef struct timeval TIMER; typedef in typeref:struct:timeval
164 TIMER s_temp_time; \
319 TIMER enc_start_time;
320 TIMER enc_last_time;
H A Dmain.c1527 TIMER curtime ;
1529 TIMER frequency;
/external/libhevc/test/decoder/
H A Dmain.c88 typedef LARGE_INTEGER TIMER; typedef
91 typedef struct timeval TIMER; typedef in typeref:struct:timeval
95 typedef WORD32 TIMER; typedef
110 TIMER s_temp_time; \
1511 TIMER s_end_timer;
1512 TIMER s_first_frame_time;
1516 TIMER frequency;
1757 TIMER frequency;
2703 TIMER s_start_timer;
2704 TIMER s_end_time
[all...]
/external/libavc/test/decoder/
H A Dmain.c91 typedef LARGE_INTEGER TIMER; typedef
94 typedef struct timeval TIMER; typedef in typeref:struct:timeval
98 typedef WORD32 TIMER; typedef
113 TIMER s_temp_time; \
1522 TIMER s_end_timer;
1523 TIMER s_first_frame_time;
1527 TIMER frequency;
1821 TIMER frequency;
2825 TIMER s_start_timer;
2826 TIMER s_end_time
[all...]
/external/libmpeg2/test/decoder/
H A Dmain.c88 typedef LARGE_INTEGER TIMER; typedef
90 typedef struct timeval TIMER; typedef in typeref:struct:timeval
93 typedef WORD32 TIMER; typedef
106 TIMER s_temp_time; \
1543 TIMER s_end_timer;
1544 TIMER s_first_frame_time;
1548 TIMER frequency;
1791 TIMER frequency;
2832 TIMER s_start_timer;
2833 TIMER s_end_time
[all...]
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-user.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/activity/ ...

Completed in 531 milliseconds