/aosp_15_r20/hardware/google/gfxstream/host/testlibs/windows/ |
D | WindowsTimer.cpp | 22 QueryPerformanceCounter(&curTime); in start() 31 QueryPerformanceCounter(&curTime); in stop() 43 QueryPerformanceCounter(&curTime); in getElapsedTime()
|
/aosp_15_r20/external/libopus/silk/ |
H A D | debug.c | 56 QueryPerformanceCounter(&lpPerformanceCount); in silk_GetHighResolutionTime() 96 QueryPerformanceCounter(&lpPerformanceCount1); in silk_TimerSave() 97 QueryPerformanceCounter(&lpPerformanceCount2); in silk_TimerSave()
|
H A D | debug.h | 123 QueryPerformanceCounter(&silk_Timer_start[ID]); \ 171 QueryPerformanceCounter(&lpPerformanceCount); \
|
/aosp_15_r20/external/intel-media-driver/cmrtlib/agnostic/hardware/ |
H A D | cm_timer.cpp | 56 QueryPerformanceCounter(&m_start); // recode API start time in Start() 63 QueryPerformanceCounter(&m_end); in Stop()
|
/aosp_15_r20/external/webp/examples/ |
H A D | stopwatch.h | 25 QueryPerformanceCounter(watch); in StopwatchReset() 31 if (!QueryPerformanceCounter(watch)) in StopwatchReadAndReset()
|
/aosp_15_r20/external/eigen/bench/btl/generic_bench/timers/ |
H A D | portable_timer.hh | 64 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 D | time.cc | 37 QueryPerformanceCounter(&x); in __anon905dba050102() 63 QueryPerformanceCounter(×tamp); in now_impl()
|
/aosp_15_r20/external/libaom/aom_ports/ |
H A D | aom_timer.h | 61 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 D | vpx_timer.h | 60 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/ |
D | time.cc | 37 QueryPerformanceCounter(&x); in __anond61a5d7d0102() 63 QueryPerformanceCounter(×tamp); in now_impl()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | timing.c | 71 QueryPerformanceCounter(&t->start); in mbedtls_timing_get_timer() 76 QueryPerformanceCounter(&now); in mbedtls_timing_get_timer()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | timing.c | 71 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/ |
D | chrono.hpp | 49 while ( ! boost::winapi::QueryPerformanceCounter( &pcount ) ) in now() 70 || (!boost::winapi::QueryPerformanceCounter( &pcount )) ) in now()
|
/aosp_15_r20/external/perfetto/src/base/ |
H A D | time.cc | 44 ::QueryPerformanceCounter(&perf_counter_now); in QPCNowRaw() 120 ::QueryPerformanceCounter(&counter); in GetWallTimeNs()
|
/aosp_15_r20/external/flac/microbench/ |
H A D | util.c | 60 QueryPerformanceCounter (&start) ; in benchmark_function() 65 QueryPerformanceCounter (&end) ; in benchmark_function()
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | time_utils.cc | 70 QueryPerformanceCounter(&qpcnt); in TicksNs() 110 QueryPerformanceCounter(&qpcnt); in UpdateReferenceTime()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Fence11.cpp | 168 BOOL success = QueryPerformanceCounter(¤tCounter); in clientWait() 185 success = QueryPerformanceCounter(¤tCounter); in clientWait()
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/testzlib/ |
D | testzlib.c | 86 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/ |
D | high_resolution_timer.hpp | 74 if (!QueryPerformanceCounter(&start_time)) in restart() 80 if (!QueryPerformanceCounter(&now)) in elapsed()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/workbench/ |
D | high_resolution_timer.hpp | 73 if (!QueryPerformanceCounter(&start_time)) in restart() 79 if (!QueryPerformanceCounter(&now)) in elapsed()
|
/aosp_15_r20/external/libevent/ |
H A D | evutil_time.c | 534 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/ |
D | profileapi.h | 16 WINBASEAPI WINBOOL WINAPI QueryPerformanceCounter (LARGE_INTEGER *lpPerformanceCount);
|
/aosp_15_r20/external/libjpeg-turbo/ |
H A D | tjutil.c | 51 QueryPerformanceCounter(&t); in getTime()
|
/aosp_15_r20/external/pdfium/third_party/libopenjpeg/ |
H A D | opj_clock.c | 51 QueryPerformanceCounter(& t) ; in opj_clock()
|
/aosp_15_r20/external/intel-media-driver/cmrtlib/linux/share/ |
H A D | cm_performance.cpp | 49 extern "C" int32_t QueryPerformanceCounter(LARGE_INTEGER *performanceCount) in QueryPerformanceCounter() function
|