OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QueryPerformanceCounter
(Results
1 - 25
of
43
) sorted by null
1
2
/external/stlport/test/unit/cppunit/
cppunit_timer.h
36
QueryPerformanceCounter
(&m_start);
42
QueryPerformanceCounter
(&m_restart);
52
QueryPerformanceCounter
(&stop);
/ndk/tests/device/test-gnustl-full/unit/cppunit/
cppunit_timer.h
36
QueryPerformanceCounter
(&m_start);
42
QueryPerformanceCounter
(&m_restart);
52
QueryPerformanceCounter
(&stop);
/ndk/tests/device/test-stlport/unit/cppunit/
cppunit_timer.h
36
QueryPerformanceCounter
(&m_start);
42
QueryPerformanceCounter
(&m_restart);
52
QueryPerformanceCounter
(&stop);
/external/eigen/bench/btl/generic_bench/timers/
portable_timer.hh
64
void start() {
QueryPerformanceCounter
(&startVal); }
66
void stop() {
QueryPerformanceCounter
(&stopVal); }
/external/libvpx/libvpx/vpx_ports/
vpx_timer.h
61
QueryPerformanceCounter
(&t->begin);
72
QueryPerformanceCounter
(&t->end);
/external/skia/bench/
BenchSysTimer_windows.cpp
35
if (0 == ::
QueryPerformanceCounter
(&this->fStartWall)) {
49
if (0 == ::
QueryPerformanceCounter
(&end_wall)) {
/external/chromium/sdch/open-vcdiff/src/
testing.h
31
#include <windows.h> //
QueryPerformanceCounter
120
QueryPerformanceCounter
(&start_time_);
130
QueryPerformanceCounter
(&end_time);
153
#error CycleTimer needs an implementation that does not use gettimeofday or
QueryPerformanceCounter
/external/open-vcdiff/src/
testing.h
31
#include <windows.h> //
QueryPerformanceCounter
120
QueryPerformanceCounter
(&start_time_);
130
QueryPerformanceCounter
(&end_time);
153
#error CycleTimer needs an implementation that does not use gettimeofday or
QueryPerformanceCounter
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
TimeUtils.cpp
41
QueryPerformanceCounter
( &currVal );
/sdk/emulator/opengl/shared/OpenglCodecCommon/
TimeUtils.cpp
41
QueryPerformanceCounter
( &currVal );
/external/qemu/distrib/sdl-1.2.15/src/timer/win32/
SDL_systimer.c
61
QueryPerformanceCounter
(&hires_start_ticks);
85
QueryPerformanceCounter
(&hires_now);
/external/srec/portable/src/
ptimer.c
29
Note that this implementation assumes that
QueryPerformanceCounter
is
84
return (
QueryPerformanceCounter
(&timer->RefTime) ?
98
if (!
QueryPerformanceCounter
(&now)) return ESR_NOT_SUPPORTED;
119
if (!
QueryPerformanceCounter
(&now)) return ESR_NOT_SUPPORTED;
/external/chromium/sdch/open-vcdiff/
configure.ac
49
AC_CHECK_FUNCS([gettimeofday
QueryPerformanceCounter
])
/external/chromium/sdch/open-vcdiff/testdata/
configure.ac.v0.1
37
AC_CHECK_FUNCS([gettimeofday
QueryPerformanceCounter
])
configure.ac.v0.2
39
AC_CHECK_FUNCS([gettimeofday
QueryPerformanceCounter
])
/external/open-vcdiff/testdata/
configure.ac.v0.1
37
AC_CHECK_FUNCS([gettimeofday
QueryPerformanceCounter
])
configure.ac.v0.2
39
AC_CHECK_FUNCS([gettimeofday
QueryPerformanceCounter
])
/external/libyuv/files/unit_test/
unit_test.h
42
QueryPerformanceCounter
(&t);
/external/icu4c/tools/ctestfw/unicode/
utimer.h
176
QueryPerformanceCounter
(&timer->start);
/external/eigen/bench/
BenchTimer.h
44
* On Windows we use
QueryPerformanceCounter
123
QueryPerformanceCounter
(&query_ticks);
/external/open-vcdiff/
configure.ac
45
AC_CHECK_FUNCS([gettimeofday
QueryPerformanceCounter
])
/external/zlib/src/contrib/testzlib/
testzlib.c
86
if ((!fComputeTimeQueryPerf) || (!
QueryPerformanceCounter
(pbeginTime64)))
99
if ((!fComputeTimeQueryPerf) || (!
QueryPerformanceCounter
(&endTime64)))
/external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c
465
QueryPerformanceCounter
((LARGE_INTEGER*)&end);
[
all
...]
/external/webkit/Source/JavaScriptCore/wtf/
CurrentTime.cpp
93
QueryPerformanceCounter
(&qpc);
110
// force a re-sync if
QueryPerformanceCounter
differs from GetTickCount by more than 500ms.
161
// Use a combination of ftime and
QueryPerformanceCounter
.
163
//
QueryPerformanceCounter
has high resolution, but is only usable to measure time intervals.
164
// To combine them, we call ftime and
QueryPerformanceCounter
initially. Later calls will use
QueryPerformanceCounter
/external/chromium/base/
time_win.cc
14
//
QueryPerformanceCounter
is the logical choice for a high-precision timer.
292
// (2)
QueryPerformanceCounter
(QPC). The QPC counter provides a high-
294
// to retrieve. What
QueryPerformanceCounter
actually does is up to the HAL.
346
// On Athlon X2 CPUs (e.g. model 15)
QueryPerformanceCounter
is
367
QueryPerformanceCounter
(&now);
Completed in 2666 milliseconds
1
2