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

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

Issue 2773393003: Fix typo in histogram name. (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | 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 b9111bb3ddfc3f3016e3dcb3737f9482bcee38ae..37eaebe30f0e4a2ec3e2273511a0cff8ad8e3ff8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8147,19 +8147,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="Compositing.SurfaceAggregator.SurfaceDrawQuad.NoActiveFrame">
+<histogram name="Compositing.SurfaceAggregator.SurfaceDrawQuad.MissingSurface">
<owner>kylechar@chromium.org</owner>
<summary>
- The number of SurfaceDrawQuads where the surface exists but doesn't have an
- active CompositorFrame. This is logged for each call to Aggregate().
+ The number of SurfaceDrawQuads where the surface doesn't exist. This is
+ logged for each call to Aggregate().
</summary>
</histogram>
-<histogram name="Compositing.SurfaceAggregator.SurfaceDrawQuad.SurfaceMissing">
+<histogram name="Compositing.SurfaceAggregator.SurfaceDrawQuad.NoActiveFrame">
<owner>kylechar@chromium.org</owner>
<summary>
- The number of SurfaceDrawQuads where the surface doesn't exist. This is
- logged for each call to Aggregate().
+ The number of SurfaceDrawQuads where the surface exists but doesn't have an
+ active CompositorFrame. This is logged for each call to Aggregate().
</summary>
</histogram>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698