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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1812073002: Add missing histograms entry for GPU process startup time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix owner. Created 4 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 c140cc43a2eb3d96b99c8e1c0d0ec972d5d20908..887d2ec0b0740fdacba6d00bcf98c271d904141a 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>
« 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