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

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

Issue 2643723007: time metric: record elapsed time from when the backgrounded and purged renderer is foregrounded unti (Closed)
Patch Set: Fixed. Created 3 years, 10 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 | « content/renderer/render_widget.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 53bc750bce3389c911aba2d8bff4423d65bc98dc..ad83ab4b0a166821080bb1c22b997f1928ee5c49 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -52577,6 +52577,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PurgeAndSuspend.Experimental.TimeToFirstActivePaint"
+ units="ms">
+ <owner>tasak@google.com</owner>
+ <summary>
+ Time elapsed from when the backgrounded and purged renderer is foregrounded
+ until the renderer is painted. This is recorded every time the backgrounded
+ and purged renderer is foregrounded.
+ </summary>
+</histogram>
+
<histogram name="PurgeAndSuspend.Memory.BlinkGCKB" units="KB">
<owner>tasak@google.com</owner>
<summary>
« no previous file with comments | « content/renderer/render_widget.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698