Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 538443002: Revert "Adding more detailed UMA histogram for detection of output audio glitches." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « content/browser/renderer_host/media/audio_sync_reader.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 57cf2870374239a36267d9e56c954da44c72c716..e124dc4f17f17cd43ae742a9420b4927bbb9d22d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -11067,14 +11067,6 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
-<histogram name="Media.AudioRendererAudioGlitches" enum="AudioGlitchResult">
- <owner>henrika@chromium.org</owner>
- <summary>
- Captures if render-side audio glitches are detected or not. Sampled when a
- low-latency output audio stream is destructed.
- </summary>
-</histogram>
-
<histogram name="Media.AudioRendererEvents" enum="AudioRendererEvents">
<owner>scherkus@chromium.org</owner>
<summary>Captures statistics for various AudioRendererImpl events.</summary>
@@ -37787,11 +37779,6 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="8" label="k1920"/>
</enum>
-<enum name="AudioGlitchResult" type="int">
- <int value="0" label="No audio glitches"/>
- <int value="1" label="Audio glitches"/>
-</enum>
-
<enum name="AudioInputSilenceReport" type="int">
<int value="0" label="No measurement"/>
<int value="1" label="Only audio"/>
« no previous file with comments | « content/browser/renderer_host/media/audio_sync_reader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698