forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused DNS.HostCache histograms
They're not used and this change can be easily reverted to add them back. Bug: 908717 Bug: 906936 Change-Id: I81f866c7491a84c1c5b0c87c023d3e43cf9d3a8c Reviewed-on: https://chromium-review.googlesource.com/c/1352330 Reviewed-by: Misha Efimov <[email protected]> Reviewed-by: Jesse Doherty <[email protected]> Commit-Queue: Paul Jensen <[email protected]> Cr-Commit-Position: refs/heads/master@{#611333}
- Loading branch information
1 parent
4a4c0b7
commit f23e02e
Showing
3 changed files
with
42 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21575,12 +21575,18 @@ uploading your change for review. | |
</histogram> | ||
|
||
<histogram name="DNS.HostCache.Erase" enum="DNS.HostCache.EraseReason"> | ||
<obsolete> | ||
Deprecated as of 11/2018. | ||
</obsolete> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary>The reason for erasing a DNS entry from the host cache.</summary> | ||
</histogram> | ||
|
||
<histogram name="DNS.HostCache.EraseStale.ExpiredBy" units="ms"> | ||
<obsolete> | ||
Deprecated as of 11/2018. | ||
</obsolete> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
|
@@ -21590,6 +21596,9 @@ uploading your change for review. | |
</histogram> | ||
|
||
<histogram name="DNS.HostCache.EraseStale.NetworkChanges" units="changes"> | ||
<obsolete> | ||
Deprecated as of 11/2018. | ||
</obsolete> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
|
@@ -21599,6 +21608,9 @@ uploading your change for review. | |
</histogram> | ||
|
||
<histogram name="DNS.HostCache.EraseStale.StaleHits" units="hits"> | ||
<obsolete> | ||
Deprecated as of 11/2018. | ||
</obsolete> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
|
@@ -21608,6 +21620,9 @@ uploading your change for review. | |
</histogram> | ||
|
||
<histogram name="DNS.HostCache.EraseValid.ValidFor" units="ms"> | ||
<obsolete> | ||
Deprecated as of 11/2018. | ||
</obsolete> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
|
@@ -21617,12 +21632,18 @@ uploading your change for review. | |
</histogram> | ||
|
||
<histogram name="DNS.HostCache.Lookup" enum="DNS.HostCache.LookupOutcome"> | ||
<obsolete> | ||
Deprecated as of 11/2018. | ||
</obsolete> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary>The outcome of looking up a DNS entry in the host cache.</summary> | ||
</histogram> | ||
|
||
<histogram name="DNS.HostCache.LookupStale.ExpiredBy" units="ms"> | ||
<obsolete> | ||
Deprecated as of 11/2018. | ||
</obsolete> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
|
@@ -21632,6 +21653,9 @@ uploading your change for review. | |
</histogram> | ||
|
||
<histogram name="DNS.HostCache.LookupStale.NetworkChanges" units="changes"> | ||
<obsolete> | ||
Deprecated as of 11/2018. | ||
</obsolete> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
|
@@ -21657,13 +21681,19 @@ uploading your change for review. | |
</histogram> | ||
|
||
<histogram name="DNS.HostCache.Set" enum="DNS.HostCache.SetOutcome"> | ||
<obsolete> | ||
Deprecated as of 11/2018. | ||
</obsolete> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary>The outcome of setting a DNS entry in the host cache.</summary> | ||
</histogram> | ||
|
||
<histogram name="DNS.HostCache.UpdateStale.AddressListDelta" | ||
enum="DNS.AddressListDeltaType"> | ||
<obsolete> | ||
Deprecated as of 11/2018. | ||
</obsolete> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
|
@@ -21674,6 +21704,9 @@ uploading your change for review. | |
</histogram> | ||
|
||
<histogram name="DNS.HostCache.UpdateStale.ExpiredBy" units="ms"> | ||
<obsolete> | ||
Deprecated as of 11/2018. | ||
</obsolete> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
|
@@ -21683,6 +21716,9 @@ uploading your change for review. | |
</histogram> | ||
|
||
<histogram name="DNS.HostCache.UpdateStale.NetworkChanges" units="changes"> | ||
<obsolete> | ||
Deprecated as of 11/2018. | ||
</obsolete> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
|
@@ -21693,6 +21729,9 @@ uploading your change for review. | |
</histogram> | ||
|
||
<histogram name="DNS.HostCache.UpdateStale.StaleHits" units="hits"> | ||
<obsolete> | ||
Deprecated as of 11/2018. | ||
</obsolete> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
|