Home
last modified time | relevance | path

Searched refs:ScopedHistogramTimer (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/sdk/android/src/jni/audio_device/
Daudio_record_jni.cc34 class ScopedHistogramTimer { class
36 explicit ScopedHistogramTimer(const std::string& name) in ScopedHistogramTimer() function in webrtc::jni::__anonf050800a0111::ScopedHistogramTimer
38 ~ScopedHistogramTimer() { in ~ScopedHistogramTimer()
110 ScopedHistogramTimer timer("WebRTC.Audio.InitRecordingDurationMs"); in InitRecording()
146 ScopedHistogramTimer timer("WebRTC.Audio.StartRecordingDurationMs"); in StartRecording()
/external/webrtc/modules/audio_device/android/
Daudio_record_jni.cc30 class ScopedHistogramTimer { class
32 explicit ScopedHistogramTimer(const std::string& name) in ScopedHistogramTimer() function in webrtc::__anon2053423a0111::ScopedHistogramTimer
34 ~ScopedHistogramTimer() { in ~ScopedHistogramTimer()
141 ScopedHistogramTimer timer("WebRTC.Audio.InitRecordingDurationMs"); in InitRecording()
168 ScopedHistogramTimer timer("WebRTC.Audio.StartRecordingDurationMs"); in StartRecording()
/external/angle/src/libANGLE/
Dhistogram_macros.h83 class ScopedHistogramTimer##key \
86 ScopedHistogramTimer##key() \
89 ~ScopedHistogramTimer##key() \
/external/libchrome/base/metrics/
Dhistogram_macros_internal.h253 class ScopedHistogramTimer##key { \
255 ScopedHistogramTimer##key() : constructed_(base::TimeTicks::Now()) {} \
256 ~ScopedHistogramTimer##key() { \
Dhistogram_macros_unittest.cc11 TEST(ScopedHistogramTimer, TwoTimersOneScope) { in TEST() argument