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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2928343002: Update histogram's names for ChromeArcVideoDecodeAccelerator. (Closed)
Patch Set: Created 3 years, 6 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 | « tools/metrics/histograms/enums.xml ('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 94024562c2ec8501b5c5aac4e601e6a04c2ab678..eea482b8507bfa7e6ef45f1959ea0251a2c594e3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -27169,15 +27169,6 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="Media.ArcGpuVideoDecodeAccelerator.InitializeResult"
Pawel Osciak 2017/06/12 04:06:57 We may need to mark this as obsolete instead: htt
Owen Lin 2017/06/12 06:00:46 Thanks. Updated.
- enum="ArcVideoAcceleratorResult">
- <owner>johnylin@chromium.org</owner>
- <summary>
- Counts of status values returned from calls to
- ArcGpuVideoDecodeAccelerator::Initialize().
- </summary>
-</histogram>
-
<histogram name="Media.Audible.ConcurrentTabsTime" units="ms">
<owner>mlamouri@chromium.org</owner>
<summary>
@@ -28003,6 +27994,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.ChromeArcVideoDecodeAccelerator.InitializeResult"
+ enum="ArcVideoDecodeAcceleratorResult">
+ <owner>johnylin@chromium.org</owner>
+ <summary>
+ Counts of status values returned from calls to
+ ArcGpuVideoDecodeAccelerator::Initialize().
+ </summary>
+</histogram>
+
<histogram name="Media.ChromeCast.DelayedAndDroppedFramesPer5Sec"
units="frames/5s">
<owner>mfoltz@chromium.org</owner>
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698