HomeSort by relevance Sort by last modified time
    Searched refs:ScopedTimer (Results 1 - 7 of 7) sorted by null

  /frameworks/base/media/mca/filterfw/native/core/
time_util.h 55 class ScopedTimer {
57 explicit ScopedTimer(const string& stop_watch_name);
58 explicit ScopedTimer(NamedStopWatch* watch)
60 ~ScopedTimer() { mWatch->Stop(); }
time_util.cpp 86 ScopedTimer::ScopedTimer(const string& stop_watch_name) {
  /frameworks/base/media/mca/filterpacks/native/base/
time_util.h 55 class ScopedTimer {
57 explicit ScopedTimer(const std::string& stop_watch_name);
58 explicit ScopedTimer(NamedStopWatch* watch)
60 ~ScopedTimer() { mWatch->Stop(); }
time_util.cpp 86 ScopedTimer::ScopedTimer(const std::string& stop_watch_name) {
  /external/webrtc/webrtc/modules/audio_processing/test/
audio_file_processor.h 58 // TickIntervalStats based on the time between ScopedTimer creation and
60 class ScopedTimer {
62 explicit ScopedTimer(TickIntervalStats* proc_time)
65 ~ScopedTimer() {
audio_file_processor.cc 60 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/
compiler.cc 71 struct ScopedTimer {
72 explicit ScopedTimer(base::TimeDelta* location) : location_(location) {
77 ~ScopedTimer() { *location_ += timer_.Elapsed(); }
109 ScopedTimer t(&time_taken_to_prepare_);
131 ScopedTimer t(&time_taken_to_execute_);
143 ScopedTimer t(&time_taken_to_finalize_);
    [all...]

Completed in 571 milliseconds