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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2222573003: Add use counter for chrome.loadTimes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address review comments Created 4 years, 4 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 | « third_party/WebKit/public/web/WebLocalFrame.h ('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 7b4de2348950edba7d73470da6f1047c18a2ed20..8482a8e289d487c8b5c0fe2ad8d04779ffbea9d8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -77967,6 +77967,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1483" label="StarInTimingAllowOrigin"/>
<int value="1484" label="SVGSMILAdditiveAnimation"/>
<int value="1485" label="SendBeaconWithNonSimpleContentType"/>
+ <int value="1486" label="ChromeLoadTimesRequestTime"/>
+ <int value="1487" label="ChromeLoadTimesStartLoadTime"/>
+ <int value="1488" label="ChromeLoadTimesCommitLoadTime"/>
+ <int value="1489" label="ChromeLoadTimesFinishDocumentLoadTime"/>
+ <int value="1490" label="ChromeLoadTimesFinishLoadTime"/>
+ <int value="1491" label="ChromeLoadTimesFirstPaintTime"/>
+ <int value="1492" label="ChromeLoadTimesFirstPaintAfterLoadTime"/>
+ <int value="1493" label="ChromeLoadTimesNavigationType"/>
+ <int value="1494" label="ChromeLoadTimesWasFetchedViaSpdy"/>
+ <int value="1495" label="ChromeLoadTimesWasNpnNegotiated"/>
+ <int value="1496" label="ChromeLoadTimesNpnNegotiatedProtocol"/>
+ <int value="1497" label="ChromeLoadTimesWasAlternateProtocolAvailable"/>
+ <int value="1498" label="ChromeLoadTimesConnectionInfo"/>
+ <int value="1499" label="ChromeLoadTimesUnknown"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/public/web/WebLocalFrame.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698