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

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

Issue 2539443003: Add UMA to track the duration of CheckFrambufferValid (Closed)
Patch Set: obsolete rather than remove histograms 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..d6b8f99e8a8a7ee2802690fa0309e0f327bb3051 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>
@@ -19328,6 +19335,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="GPU.DestroyProgramManagerPrograms.Elapsed" units="ms">
+ <obsolete>
+ Deprecated 11/2016.
+ </obsolete>
<owner>ericrk@chromium.org</owner>
<summary>
The amount of time spent destroying programs during ProgramManager::Destroy.
@@ -19335,6 +19345,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="GPU.DestroyProgramManagerPrograms.Programs" units="programs">
+ <obsolete>
+ Deprecated 11/2016.
+ </obsolete>
<owner>ericrk@chromium.org</owner>
<summary>
The number of progams destroyed during ProgramManager::Destroy.
@@ -19343,6 +19356,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="GPU.DestroyProgramManagerPrograms.ProgramsPerMs"
units="programs per ms">
+ <obsolete>
+ Deprecated 11/2016.
+ </obsolete>
<owner>ericrk@chromium.org</owner>
<summary>
The number of programs destroyed per millisecond during
« 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