Searched refs:ScopedHistogramTimer (Results 1 – 5 of 5) sorted by relevance
34 class ScopedHistogramTimer { class36 explicit ScopedHistogramTimer(const std::string& name) in ScopedHistogramTimer() function in webrtc::jni::__anonf050800a0111::ScopedHistogramTimer38 ~ScopedHistogramTimer() { in ~ScopedHistogramTimer()110 ScopedHistogramTimer timer("WebRTC.Audio.InitRecordingDurationMs"); in InitRecording()146 ScopedHistogramTimer timer("WebRTC.Audio.StartRecordingDurationMs"); in StartRecording()
30 class ScopedHistogramTimer { class32 explicit ScopedHistogramTimer(const std::string& name) in ScopedHistogramTimer() function in webrtc::__anon2053423a0111::ScopedHistogramTimer34 ~ScopedHistogramTimer() { in ~ScopedHistogramTimer()141 ScopedHistogramTimer timer("WebRTC.Audio.InitRecordingDurationMs"); in InitRecording()168 ScopedHistogramTimer timer("WebRTC.Audio.StartRecordingDurationMs"); in StartRecording()
83 class ScopedHistogramTimer##key \86 ScopedHistogramTimer##key() \89 ~ScopedHistogramTimer##key() \
253 class ScopedHistogramTimer##key { \255 ScopedHistogramTimer##key() : constructed_(base::TimeTicks::Now()) {} \256 ~ScopedHistogramTimer##key() { \
11 TEST(ScopedHistogramTimer, TwoTimersOneScope) { in TEST() argument