Chromium Code Reviews| 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> |