Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/test/
Daudio_file_processor.h62 explicit ScopedTimer(TickIntervalStats* proc_time) in ScopedTimer() function
/external/v8/src/
Dcompiler.cc62 struct ScopedTimer { struct
63 explicit ScopedTimer(base::TimeDelta* location) : location_(location) { in ScopedTimer() argument
68 ~ScopedTimer() { *location_ += timer_.Elapsed(); } in ~ScopedTimer()
70 base::ElapsedTimer timer_;
71 base::TimeDelta* location_;