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
72
) sorted by null
1
2
3
/external/chromium_org/third_party/angle/samples/angle/sample_util/win32/
Win32Timer.cpp
23
QueryPerformanceCounter
(&curTime);
32
QueryPerformanceCounter
(&curTime);
44
QueryPerformanceCounter
(&curTime);
/external/chromium_org/tools/traceline/traceline/
rdtsc.h
27
if (
QueryPerformanceCounter
(&now) == 0) {
/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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
os_time.c
64
QueryPerformanceCounter
(&counter);
/external/mesa3d/src/gallium/auxiliary/os/
os_time.c
64
QueryPerformanceCounter
(&counter);
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
opj_clock.c
49
QueryPerformanceCounter
( & t ) ;
/external/chromium_org/chrome/browser/metrics/
time_ticks_experiment_win.cc
57
QueryPerformanceCounter
(&qpc_last);
60
QueryPerformanceCounter
(&qpc_now);
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
vpx_timer.h
59
QueryPerformanceCounter
(&t->begin);
69
QueryPerformanceCounter
(&t->end);
/external/chromium_org/third_party/skia/bench/
BenchSysTimer_windows.cpp
35
if (0 == ::
QueryPerformanceCounter
(&this->fStartWall)) {
49
if (0 == ::
QueryPerformanceCounter
(&end_wall)) {
/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
59
QueryPerformanceCounter
(&t->begin);
69
QueryPerformanceCounter
(&t->end);
/external/skia/tools/timer/
SysTimer_windows.cpp
27
if (0 == ::
QueryPerformanceCounter
(&fStartWall)) {
41
if (0 == ::
QueryPerformanceCounter
(&end_wall)) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
vpx_timer.h
59
QueryPerformanceCounter
(&t->begin);
69
QueryPerformanceCounter
(&t->end);
/external/chromium_org/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
/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/chromium_org/third_party/opus/src/silk/
debug.c
52
QueryPerformanceCounter
(&lpPerformanceCount);
92
QueryPerformanceCounter
(&lpPerformanceCount1);
93
QueryPerformanceCounter
(&lpPerformanceCount2);
/external/libopus/silk/
debug.c
52
QueryPerformanceCounter
(&lpPerformanceCount);
92
QueryPerformanceCounter
(&lpPerformanceCount1);
93
QueryPerformanceCounter
(&lpPerformanceCount2);
/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_org/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_org/third_party/angle/src/libGLESv2/
Fence.cpp
12
//
QueryPerformanceCounter
has a few major issues, including being 10x as expensive to call
146
BOOL success =
QueryPerformanceCounter
(¤tCounter);
156
BOOL success =
QueryPerformanceCounter
(¤tCounter);
Completed in 4971 milliseconds
1
2
3