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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1686643002: Add metric with time between background tab being foregrounded and the first paint (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 5f2f65bc9f4c309b10c54c899bc26158933387c5..f258320d5ccd5af2795917c2f63f506ebe7f457d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -32916,6 +32916,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PageLoad.Timing2.SwitchToForegroundToFirstPaint" units="ms">
+ <owner>pkotwicz@chromium.org</owner>
+ <summary>
+ Measures the time from a background tab being switched to the foreground to
+ the time the first paint is performed, for main frame documents.
+ </summary>
+</histogram>
+
<histogram name="PartitionAlloc.CommittedSize" units="MB">
<owner>haraken@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698