Home
last modified time | relevance | path

Searched defs:ScopedTimer (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTimer.h192 struct ScopedTimer { struct
195 ScopedTimer(GuardedTimer &g) : in ScopedTimer() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lld/Common/
DTimer.h25 struct ScopedTimer { struct
32 std::chrono::time_point<std::chrono::high_resolution_clock> startTime;
34 Timer *t = nullptr;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lld/Common/
DTimer.h25 struct ScopedTimer { struct
32 std::chrono::time_point<std::chrono::high_resolution_clock> startTime;
34 Timer *t = nullptr;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lld/Common/
DTimer.h25 struct ScopedTimer { struct
32 std::chrono::time_point<std::chrono::high_resolution_clock> startTime;
34 Timer *t = nullptr;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lld/Common/
DTimer.h25 struct ScopedTimer { struct
32 std::chrono::time_point<std::chrono::high_resolution_clock> startTime;
34 Timer *t = nullptr;
/aosp_15_r20/external/scudo/standalone/
H A Dtiming.cpp18 ScopedTimer::ScopedTimer(TimingManager &Manager, const char *Name) in ScopedTimer() function in scudo::ScopedTimer
23 ScopedTimer::ScopedTimer(TimingManager &Manager, const Timer &Nest, in ScopedTimer() function in scudo::ScopedTimer
/aosp_15_r20/external/webrtc/modules/audio_processing/test/
H A Daudio_processing_simulator.cc91 class ScopedTimer { class
93 ScopedTimer(ApiCallStatistics* api_call_statistics, in ScopedTimer() function in webrtc::test::__anonf08d80720111::ScopedTimer
/aosp_15_r20/frameworks/base/media/mca/filterpacks/native/base/
H A Dtime_util.h58 explicit ScopedTimer(NamedStopWatch* watch) in ScopedTimer() function
H A Dtime_util.cpp86 ScopedTimer::ScopedTimer(const std::string& stop_watch_name) { in ScopedTimer() function in android::filterfw::ScopedTimer
/aosp_15_r20/frameworks/base/media/mca/filterfw/native/core/
H A Dtime_util.h58 explicit ScopedTimer(NamedStopWatch* watch) in ScopedTimer() function
H A Dtime_util.cpp86 ScopedTimer::ScopedTimer(const string& stop_watch_name) { in ScopedTimer() function in android::filterfw::ScopedTimer
/aosp_15_r20/bionic/libc/malloc_debug/
H A Dmalloc_debug.cpp122 class ScopedTimer { class
124 ScopedTimer(TimedResult& res) : res_(res) { res_.start_ns = Nanotime(); } in ScopedTimer() function in __anonf491307d0111::ScopedTimer