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

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

Issue 2413473004: UMA histogram for longest renderer main thread usage for page save to MHTML. (Closed)
Patch Set: Created 4 years, 2 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/browser/download/mhtml_generation_manager.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 636288cc0daa19060127118558e4e44022b0a6bf..fc6ee09ef934541dbc927e4d3296c99aff5ac512 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -40764,6 +40764,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram
+ name="PageSerialization.MhtmlGeneration.RendererMainThreadTime.SlowestFrame"
+ units="ms">
+ <owner>carlosk@chromium.org</owner>
+ <summary>
+ The longest time taken by the main thread of a render processes to save one
+ frame of a page being saved to MHTML. In other words this is the maximum
+ value reported in
+ PageSerialization.MhtmlGeneration.RendererMainThreadTime.SingleFrame for one
+ page save operation.
+ </summary>
+</histogram>
+
+<histogram
name="PageSerialization.MhtmlGeneration.SerializationTime.SingleFrame"
units="microseconds">
<owner>carlosk@chromium.org</owner>
« no previous file with comments | « content/browser/download/mhtml_generation_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698