diff options
author | dalecurtis <dalecurtis@chromium.org> | 2016-03-18 14:58:12 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-03-18 22:00:01 +0000 |
commit | 4d29aa7b57b7297baabb45524ee205d4d35d4e35 (patch) | |
tree | 4dee949e95cd5bb27b51d1c04f6147e8a1adde4c /tools/metrics | |
parent | 548ca24e81857aa2bb0edc6dd853eb6a4ba18d51 (diff) | |
download | chromium_src-4d29aa7b57b7297baabb45524ee205d4d35d4e35.zip chromium_src-4d29aa7b57b7297baabb45524ee205d4d35d4e35.tar.gz chromium_src-4d29aa7b57b7297baabb45524ee205d4d35d4e35.tar.bz2 |
Add missing histograms entry for GPU process startup time.
Added way back in http://crrev.com/131691, but never had an XML
entry added so it would show up on the dashboard!
This means the UMA was logged (I think), but is not visible on
dashboards. Found while working on http://crrev.com/1805163002
BUG=none
TEST=none
Review URL: https://codereview.chromium.org/1812073002
Cr-Commit-Position: refs/heads/master@{#382104}
Diffstat (limited to 'tools/metrics')
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index c71e9d0..7803dbe 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -15892,12 +15892,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. </histogram> <histogram name="GPU.GPUProcessLaunchCause" enum="GPUProcessLaunchCauses"> - <owner>vangelis@chromium.org</owner> + <owner>piman@chromium.org</owner> <summary> Counts enumerating the initial cause for the GPU Process to be launched. </summary> </histogram> +<histogram name="GPU.GPUProcessLaunchTime" units="ms"> + <owner>piman@chromium.org</owner> + <summary> + Startup time of the GPU process as measured by the GPU process host. + </summary> +</histogram> + <histogram name="GPU.InitializeOneOffMediumTime" units="ms"> <owner>jmadill@chromium.org</owner> <summary> |