Commit 72d9bb52 authored by Eric Stevenson's avatar Eric Stevenson Committed by Commit Bot

Android: Add histograms for resource extraction.

Bug: 765428
Change-Id: Ia3234093b48cc94f2b51fc889063bec62fbb8a85
Reviewed-on: https://chromium-review.googlesource.com/677649
Commit-Queue: Eric Stevenson <estevenson@chromium.org>
Reviewed-by: default avatarAlexei Svitkine <asvitkine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#503607}
parent bdd349c7
...@@ -706,6 +706,25 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. ...@@ -706,6 +706,25 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary> </summary>
</histogram> </histogram>
<histogram name="Android.CompressedResources.ExtractionBlockingTime" units="ms">
<owner>estevenson@chromium.org</owner>
<owner>agrieve@chromium.org</owner>
<summary>
The amount of time Chrome spends blocked on resource extraction. Generally,
extraction is completed in the background but in certain cases a main-thread
getResources() call may block on resource extraction.
</summary>
</histogram>
<histogram name="Android.CompressedResources.ExtractionTime" units="ms">
<owner>estevenson@chromium.org</owner>
<owner>agrieve@chromium.org</owner>
<summary>
The amount of time spent on resource extraction, whether or not extraction
was performed in the background or foreground.
</summary>
</histogram>
<histogram name="Android.CustomFeedback.Category" <histogram name="Android.CustomFeedback.Category"
enum="AndroidFeedbackCategory"> enum="AndroidFeedbackCategory">
<owner>jwanda@chromium.org</owner> <owner>jwanda@chromium.org</owner>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment