Searched refs:ScopedTimer (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/test/
H A Daudio_file_processor.h58 // TickIntervalStats based on the time between ScopedTimer creation and
60 class ScopedTimer { class in class:webrtc::AudioFileProcessor
62 explicit ScopedTimer(TickIntervalStats* proc_time) function in class:webrtc::AudioFileProcessor::ScopedTimer
65 ~ScopedTimer() {
H A Daudio_file_processor.cc60 const auto st = ScopedTimer(mutable_proc_time());
145 const auto st = ScopedTimer(mutable_proc_time());
171 const auto st = ScopedTimer(mutable_proc_time());
/external/v8/src/
H A Dcompiler.cc58 struct ScopedTimer { struct in namespace:v8::internal
59 explicit ScopedTimer(base::TimeDelta* location) : location_(location) { function in struct:v8::internal::ScopedTimer
64 ~ScopedTimer() { *location_ += timer_.Elapsed(); }
87 ScopedTimer t(&time_taken_to_prepare_);
107 ScopedTimer t(&time_taken_to_execute_);
119 ScopedTimer t(&time_taken_to_finalize_);

Completed in 86 milliseconds