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

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

Issue 1782053004: Change how the quota system computes the total poolsize for temporary storage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 1 month 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 901af086a1fe499284aef6bca38b20847c99bb49..01f55125105ab3ce755e8bbde420556a18efcf35 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -49818,6 +49818,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Number of unlimited origins using temporary storage.</summary>
</histogram>
+<histogram name="Quota.OSAccomodationDelta" units="MB">
+ <owner>michaeln@chromium.org</owner>
+ <summary>
+ If our hardcoded OS accomodation is too large for the volume size, we define
+ the value as a fraction of the total volume size instead. The
+ OSAccomodationDelta is the difference between the hardcoded and computed
+ values.
+ </summary>
+</histogram>
+
<histogram name="Quota.QuotaForOrigin" units="MB">
<owner>michaeln@chromium.org</owner>
<summary>
@@ -49853,7 +49863,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Time spent to an eviction round.</summary>
</histogram>
+<histogram name="Quota.TimeToGetSettings" units="ms">
+ <owner>michaeln@chromium.org</owner>
+ <summary>
+ Time spent querying the embedder for the settings values. Logged at
+ irregular intervals as the values are refreshed.
+ </summary>
+</histogram>
+
<histogram name="Quota.TimeToInitializeGlobalQuota" units="ms">
+ <obsolete>
+ Removed November 2016
+ </obsolete>
<owner>michaeln@chromium.org</owner>
<summary>
Time spent initializing the global quota. Logged when the storage

Powered by Google App Engine
This is Rietveld 408576698