Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/Common/
DTimer.h24 struct ScopedTimer { struct
31 std::chrono::time_point<std::chrono::high_resolution_clock> startTime;
33 Timer *t = nullptr;
/external/webrtc/modules/audio_processing/test/
Daudio_processing_simulator.cc90 class ScopedTimer { class
92 ScopedTimer(ApiCallStatistics* api_call_statistics_, in ScopedTimer() function in webrtc::test::__anon31d6d1830111::ScopedTimer
/external/llvm-project/lld/Common/
DTimer.cpp16 ScopedTimer::ScopedTimer(Timer &t) : t(&t) { in ScopedTimer() function in ScopedTimer