Home
last modified time | relevance | path

Searched refs:ScopedTimer (Results 1 – 7 of 7) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/util/
Dtimer.h52 spvtools::utils::ScopedTimer<spvtools::utils::Timer> timer##__LINE__( \
249 class ScopedTimer {
251 ScopedTimer(std::ostream* out, const char* tag,
259 virtual ~ScopedTimer() { in ~ScopedTimer()
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dtimer.h52 spvtools::utils::ScopedTimer<spvtools::utils::Timer> timer##__LINE__( \
249 class ScopedTimer {
251 ScopedTimer(std::ostream* out, const char* tag,
259 virtual ~ScopedTimer() { in ~ScopedTimer()
/external/webrtc/webrtc/modules/audio_processing/test/
Daudio_file_processor.h60 class ScopedTimer {
62 explicit ScopedTimer(TickIntervalStats* proc_time) in ScopedTimer() function
65 ~ScopedTimer() { in ~ScopedTimer()
Daudio_file_processor.cc60 const auto st = ScopedTimer(mutable_proc_time()); in ProcessChunk()
145 const auto st = ScopedTimer(mutable_proc_time()); in HandleMessage()
171 const auto st = ScopedTimer(mutable_proc_time()); in HandleMessage()
/external/deqp-deps/SPIRV-Tools/test/
Dtimer_test.cpp72 ScopedTimer<MockTimer> scopedtimer(&buf, "ScopedTimerTest"); in TEST()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dtimer_test.cpp72 ScopedTimer<MockTimer> scopedtimer(&buf, "ScopedTimerTest"); in TEST()
/external/v8/src/
Dcompiler.cc62 struct ScopedTimer { struct
63 explicit ScopedTimer(base::TimeDelta* location) : location_(location) { in ScopedTimer() function
68 ~ScopedTimer() { *location_ += timer_.Elapsed(); } in ~ScopedTimer() argument
136 ScopedTimer t(&time_taken_to_execute_); in ExecuteJob()
148 ScopedTimer t(&time_taken_to_finalize_); in FinalizeJob()
206 ScopedTimer t(&time_taken_to_prepare_); in PrepareJob()
214 ScopedTimer t(&time_taken_to_execute_); in ExecuteJob()
225 ScopedTimer t(&time_taken_to_finalize_); in FinalizeJob()