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
27
) 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/sources/android/stlport/test/unit/cppunit/
cppunit_timer.h
36
QueryPerformanceCounter
(&m_start);
42
QueryPerformanceCounter
(&m_restart);
52
QueryPerformanceCounter
(&stop);
/external/libvpx/vpx_ports/
vpx_timer.h
58
QueryPerformanceCounter
(&t->begin);
69
QueryPerformanceCounter
(&t->end);
/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/qemu/distrib/sdl-1.2.12/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
])
configure
[
all
...]
/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/chromium/third_party/icu/source/tools/ctestfw/unicode/
utimer.h
176
QueryPerformanceCounter
(&timer->start);
/external/icu4c/tools/ctestfw/unicode/
utimer.h
176
QueryPerformanceCounter
(&timer->start);
/external/zlib/contrib/testzlib/
testzlib.c
86
if ((!fComputeTimeQueryPerf) || (!
QueryPerformanceCounter
(pbeginTime64)))
99
if ((!fComputeTimeQueryPerf) || (!
QueryPerformanceCounter
(&endTime64)))
/external/chromium/base/
time_win.cc
14
//
QueryPerformanceCounter
is the logical choice for a high-precision timer.
282
// (2)
QueryPerformanceCounter
(QPC). The QPC counter provides a high-
284
// to retrieve. What
QueryPerformanceCounter
actually does is up to the HAL.
308
// On Athlon X2 CPUs (e.g. model 15)
QueryPerformanceCounter
is
355
QueryPerformanceCounter
(&now);
/external/webkit/JavaScriptCore/profiler/
ProfileNode.cpp
51
QueryPerformanceCounter
(&counter);
/external/webkit/JavaScriptCore/wtf/
CurrentTime.cpp
95
QueryPerformanceCounter
(&qpc);
112
// force a re-sync if
QueryPerformanceCounter
differs from GetTickCount by more than 500ms.
163
// Use a combination of ftime and
QueryPerformanceCounter
.
165
//
QueryPerformanceCounter
has high resolution, but is only usable to measure time intervals.
166
// To combine them, we call ftime and
QueryPerformanceCounter
initially. Later calls will use
QueryPerformanceCounter
/external/svox/pico/lib/
picopal.c
523
if (
QueryPerformanceCounter
(&now) && 0) {
/external/netperf/
netcpu_ntperf.c
85
QueryPerformanceCounter
(&Counter);
netlib.c
[
all
...]
/external/openssl/crypto/rand/
rand_win.c
708
if (
QueryPerformanceCounter
(&l) == 0)
/external/quake/quake/src/QW/client/
sys_win.c
295
QueryPerformanceCounter
(&PerformanceCount);
/external/quake/quake/src/WinQuake/
sys_win.cpp
478
QueryPerformanceCounter
(&PerformanceCount);
/external/tinyxml/
xmltest.cpp
120
QueryPerformanceCounter
( (LARGE_INTEGER*) (&start) );
1043
QueryPerformanceCounter
( (LARGE_INTEGER*) (&end) );
/external/qemu/
vl-android.c
711
QueryPerformanceCounter
(&ti);
[
all
...]
vl.c
787
QueryPerformanceCounter
(&ti);
[
all
...]
Completed in 3510 milliseconds
1
2