| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 8321fe938ca8b6b30f954385cee757219bb4be5c..4464e1a519990e8bc4bc348e2c1ac633871fd107 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -9507,6 +9507,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="HttpCache.AsyncValidationTimeSaved" units="milliseconds">
|
| + <owner>ricea@chromium.org</owner>
|
| + <summary>
|
| + The time spent doing HTTP fetches asynchronously that the user would have
|
| + had to wait for without the stale-while-revalidate feature.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="HttpCache.EntryLockWait" units="milliseconds">
|
| <owner>jkarlin@chromium.org</owner>
|
| <summary>
|
| @@ -43853,6 +43861,7 @@ To add a new entry, add it with any value and run test to compute valid value.
|
| <int value="1723601083" label="enable-app-window-controls"/>
|
| <int value="1730236697" label="force-device-scale-factor"/>
|
| <int value="1747279677" label="disable-delegated-renderer"/>
|
| + <int value="1752168018" label="enable-stale-while-revalidate"/>
|
| <int value="1775475563" label="malware-interstitial-v3"/>
|
| <int value="1776475705" label="show-composited-layer-borders"/>
|
| <int value="1783293530" label="disallow-autofill-sync-credential"/>
|
| @@ -43883,6 +43892,7 @@ To add a new entry, add it with any value and run test to compute valid value.
|
| <int value="2177765570" label="disable-gpu-rasterization"/>
|
| <int value="2180136048" label="disable-new-ntp"/>
|
| <int value="2196356887" label="disable-lcd-text"/>
|
| + <int value="2196459764" label="disable-stale-while-revalidate"/>
|
| <int value="2197451627" label="disable-cast"/>
|
| <int value="2217698653" label="disable-device-enumeration"/>
|
| <int value="2242551072" label="enable-zero-suggest-ether-noserp"/>
|
|
|