Home
last modified time | relevance | path

Searched refs:QueryPerformanceCounter (Results 1 – 25 of 107) sorted by relevance

12345

/aosp_15_r20/hardware/google/gfxstream/host/testlibs/windows/
DWindowsTimer.cpp22 QueryPerformanceCounter(&curTime); in start()
31 QueryPerformanceCounter(&curTime); in stop()
43 QueryPerformanceCounter(&curTime); in getElapsedTime()
/aosp_15_r20/external/libopus/silk/
H A Ddebug.c56 QueryPerformanceCounter(&lpPerformanceCount); in silk_GetHighResolutionTime()
96 QueryPerformanceCounter(&lpPerformanceCount1); in silk_TimerSave()
97 QueryPerformanceCounter(&lpPerformanceCount2); in silk_TimerSave()
H A Ddebug.h123 QueryPerformanceCounter(&silk_Timer_start[ID]); \
171 QueryPerformanceCounter(&lpPerformanceCount); \
/aosp_15_r20/external/intel-media-driver/cmrtlib/agnostic/hardware/
H A Dcm_timer.cpp56 QueryPerformanceCounter(&m_start); // recode API start time in Start()
63 QueryPerformanceCounter(&m_end); in Stop()
/aosp_15_r20/external/webp/examples/
H A Dstopwatch.h25 QueryPerformanceCounter(watch); in StopwatchReset()
31 if (!QueryPerformanceCounter(watch)) in StopwatchReadAndReset()
/aosp_15_r20/external/eigen/bench/btl/generic_bench/timers/
H A Dportable_timer.hh64 void start() { QueryPerformanceCounter(&startVal); } in start()
66 void stop() { QueryPerformanceCounter(&stopVal); } in stop()
/aosp_15_r20/external/grpc-grpc/src/core/lib/gpr/windows/
H A Dtime.cc37 QueryPerformanceCounter(&x); in __anon905dba050102()
63 QueryPerformanceCounter(&timestamp); in now_impl()
/aosp_15_r20/external/libaom/aom_ports/
H A Daom_timer.h61 QueryPerformanceCounter(&t->begin); in aom_usec_timer_start()
69 QueryPerformanceCounter(&t->end); in aom_usec_timer_mark()
/aosp_15_r20/external/libvpx/vpx_ports/
H A Dvpx_timer.h60 QueryPerformanceCounter(&t->begin); in vpx_usec_timer_start()
68 QueryPerformanceCounter(&t->end); in vpx_usec_timer_mark()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gpr/windows/
Dtime.cc37 QueryPerformanceCounter(&x); in __anond61a5d7d0102()
63 QueryPerformanceCounter(&timestamp); in now_impl()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dtiming.c71 QueryPerformanceCounter(&t->start); in mbedtls_timing_get_timer()
76 QueryPerformanceCounter(&now); in mbedtls_timing_get_timer()
/aosp_15_r20/external/mbedtls/library/
H A Dtiming.c71 QueryPerformanceCounter(&t->start); in mbedtls_timing_get_timer()
76 QueryPerformanceCounter(&now); in mbedtls_timing_get_timer()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/detail/inlined/win/
Dchrono.hpp49 while ( ! boost::winapi::QueryPerformanceCounter( &pcount ) ) in now()
70 || (!boost::winapi::QueryPerformanceCounter( &pcount )) ) in now()
/aosp_15_r20/external/perfetto/src/base/
H A Dtime.cc44 ::QueryPerformanceCounter(&perf_counter_now); in QPCNowRaw()
120 ::QueryPerformanceCounter(&counter); in GetWallTimeNs()
/aosp_15_r20/external/flac/microbench/
H A Dutil.c60 QueryPerformanceCounter (&start) ; in benchmark_function()
65 QueryPerformanceCounter (&end) ; in benchmark_function()
/aosp_15_r20/external/webrtc/rtc_base/
H A Dtime_utils.cc70 QueryPerformanceCounter(&qpcnt); in TicksNs()
110 QueryPerformanceCounter(&qpcnt); in UpdateReferenceTime()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DFence11.cpp168 BOOL success = QueryPerformanceCounter(&currentCounter); in clientWait()
185 success = QueryPerformanceCounter(&currentCounter); in clientWait()
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/testzlib/
Dtestzlib.c86 if ((!fComputeTimeQueryPerf) || (!QueryPerformanceCounter(pbeginTime64))) in BeginCountPerfCounter()
99 if ((!fComputeTimeQueryPerf) || (!QueryPerformanceCounter(&endTime64))) in GetMsecSincePerfCounter()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/performance/xml/
Dhigh_resolution_timer.hpp74 if (!QueryPerformanceCounter(&start_time)) in restart()
80 if (!QueryPerformanceCounter(&now)) in elapsed()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/workbench/
Dhigh_resolution_timer.hpp73 if (!QueryPerformanceCounter(&start_time)) in restart()
79 if (!QueryPerformanceCounter(&now)) in elapsed()
/aosp_15_r20/external/libevent/
H A Devutil_time.c534 QueryPerformanceCounter(&counter); in evutil_configure_monotonic_time_()
564 QueryPerformanceCounter(&counter); in evutil_gettime_monotonic_()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dprofileapi.h16 WINBASEAPI WINBOOL WINAPI QueryPerformanceCounter (LARGE_INTEGER *lpPerformanceCount);
/aosp_15_r20/external/libjpeg-turbo/
H A Dtjutil.c51 QueryPerformanceCounter(&t); in getTime()
/aosp_15_r20/external/pdfium/third_party/libopenjpeg/
H A Dopj_clock.c51 QueryPerformanceCounter(& t) ; in opj_clock()
/aosp_15_r20/external/intel-media-driver/cmrtlib/linux/share/
H A Dcm_performance.cpp49 extern "C" int32_t QueryPerformanceCounter(LARGE_INTEGER *performanceCount) in QueryPerformanceCounter() function

12345