Home
last modified time | relevance | path

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

/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/v8/src/
Dcompiler.cc77 struct ScopedTimer { struct
78 explicit ScopedTimer(base::TimeDelta* location) : location_(location) { in ScopedTimer() argument
83 ~ScopedTimer() { *location_ += timer_.Elapsed(); } in ~ScopedTimer() argument
253 ScopedTimer t(&time_taken_to_create_graph_); in CreateGraph()
265 ScopedTimer t(&time_taken_to_optimize_); in OptimizeGraph()
276 ScopedTimer t(&time_taken_to_codegen_); in GenerateCode()