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

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

Issue 2519473002: Fixes the cache lock issue. (Closed)
Patch Set: Feedback addressed 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 | « net/url_request/url_request_unittest.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 2999093f7a04e3f6371cbdf79269138549bb990d..92e86df59b989b9332f323b1380599ceaf142d45 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -112819,6 +112819,13 @@ value.
<suffix name="SentRequest" label="The request was sent over the network."/>
<suffix name="Used"
label="A cache entry was used without using the network."/>
+ <suffix name="JoinSharedWriting"
+ label="The request joined shared writing with other requests."/>
+ <suffix name="InitiateSharedWriting"
+ label="The request initiated shared writing."/>
+ <suffix name="DoomSharedWriting"
+ label="The request doomed the shared writing entry, after validation
+ did not match over the network."/>
<affected-histogram name="HttpCache.AccessToDone"/>
</histogram_suffixes>
@@ -112831,6 +112838,17 @@ value.
label="A cached resource existed and was updated over the network."/>
<suffix name="Validated"
label="A cached resource existed and was validated over the network."/>
+ <suffix name="JoinSharedWriting"
+ label="The request joined shared writing with other requests."/>
+ <suffix name="DoomSharedWriting"
+ label="The request doomed the shared writing entry, after validation
+ did not match over the network."/>
+ <suffix name="CantConditionalize.InitiateSharedWriting"
+ label="The request initiated shared writing."/>
+ <suffix name="NotCached.InitiateSharedWriting"
+ label="The request initiated shared writing."/>
+ <suffix name="Updated.InitiateSharedWriting"
+ label="The request initiated shared writing."/>
<affected-histogram name="HttpCache.BeforeSend"/>
<affected-histogram name="HttpCache.PercentBeforeSend"/>
</histogram_suffixes>
« no previous file with comments | « net/url_request/url_request_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698