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

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

Issue 2539443003: Add UMA to track the duration of CheckFrambufferValid (Closed)
Patch Set: Created 4 years, 1 month 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 | « gpu/command_buffer/service/program_manager.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 03dd7c2f1dd5ec705ea91584b924fbe6c3584b63..4593a5de5811e18e5e402edcd1ecf36d5ebb9991 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -19294,6 +19294,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="GPU.CheckFramebufferValidDuration" units="ms">
+ <owner>ericrk@chromium.org</owner>
+ <summary>
+ The amount of time spent in GLES2DecoderImpl::CheckFramebufferValid.
+ </summary>
+</histogram>
+
<histogram name="GPU.CollectContextGraphicsInfo" units="microseconds">
<owner>vmiura@chromium.org</owner>
<summary>
@@ -19327,30 +19334,6 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="GPU.DestroyProgramManagerPrograms.Elapsed" units="ms">
Ilya Sherman 2016/11/29 03:07:33 Please mark these histograms as <obsolete> rather
ericrk 2016/11/29 21:44:15 Ah, thanks! done.
- <owner>ericrk@chromium.org</owner>
- <summary>
- The amount of time spent destroying programs during ProgramManager::Destroy.
- </summary>
-</histogram>
-
-<histogram name="GPU.DestroyProgramManagerPrograms.Programs" units="programs">
- <owner>ericrk@chromium.org</owner>
- <summary>
- The number of progams destroyed during ProgramManager::Destroy.
- </summary>
-</histogram>
-
-<histogram name="GPU.DestroyProgramManagerPrograms.ProgramsPerMs"
- units="programs per ms">
- <owner>ericrk@chromium.org</owner>
- <summary>
- The number of programs destroyed per millisecond during
- ProgramManager::Destroy. Only logged if both the number of programs and the
- elapsed time are greater than zero.
- </summary>
-</histogram>
-
<histogram name="GPU.DoLinkProgramTime" units="ms">
<owner>jmadill@chromium.org</owner>
<summary>
« no previous file with comments | « gpu/command_buffer/service/program_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698