-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tools/metrics from Chromium 114.0.5735.358
Issue: 292142280 Reviewed-on: #2894
- Loading branch information
Showing
3 changed files
with
14 additions
and
71 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 |
---|---|---|
|
@@ -59,15 +59,6 @@ [email protected]. | |
get real interactable content displayed."/> | ||
</variants> | ||
|
||
<variants name="Tabs_TabUsageIntervalLength"> | ||
<variant name="_30" summary="30 seconds"/> | ||
<variant name="_60" summary="1 minute"/> | ||
<variant name="_600" summary="10 minutes"/> | ||
<variant name="_3600" summary="1 hour"/> | ||
<variant name="_18000" summary="5 hours"/> | ||
<variant name="_43200" summary="12 hours"/> | ||
</variants> | ||
|
||
<histogram name="Discarding.DailyDiscards{TabDiscardReason}" units="tabs" | ||
expires_after="2024-02-22"> | ||
<owner>[email protected]</owner> | ||
|
@@ -2251,21 +2242,6 @@ [email protected]. | |
</summary> | ||
</histogram> | ||
|
||
<histogram | ||
name="Tabs.UnusedAndClosedInInterval.Count{Tabs_TabUsageIntervalLength}" | ||
units="tabs" expires_after="M95"> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
The number of tabs that haven't been interacted with, visible or audible | ||
over a given interval time, but which no longer exist at all at the end of | ||
this interval. {Tabs_TabUsageIntervalLength} | ||
</summary> | ||
<token key="Tabs_TabUsageIntervalLength" | ||
variants="Tabs_TabUsageIntervalLength"/> | ||
</histogram> | ||
|
||
<histogram name="Tabs.UnusedCountAtStartup" units="tabs" | ||
expires_after="2024-01-15"> | ||
<owner>[email protected]</owner> | ||
|
@@ -2276,49 +2252,6 @@ [email protected]. | |
</summary> | ||
</histogram> | ||
|
||
<histogram name="Tabs.UnusedInInterval.Count{Tabs_TabUsageIntervalLength}" | ||
units="tabs" expires_after="M95"> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
The number of tabs that haven't been interacted with, visible or audible or | ||
visible during a given interval of time and still exist at the end of this | ||
interval. {Tabs_TabUsageIntervalLength} | ||
</summary> | ||
<token key="Tabs_TabUsageIntervalLength" | ||
variants="Tabs_TabUsageIntervalLength"/> | ||
</histogram> | ||
|
||
<histogram | ||
name="Tabs.UsedAndClosedInInterval.Count{Tabs_TabUsageIntervalLength}" | ||
units="tabs" expires_after="M95"> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
The number of tabs that have been interacted with, visible or audible over a | ||
given interval of time, but which no longer exist at all at the end of this | ||
interval. {Tabs_TabUsageIntervalLength} | ||
</summary> | ||
<token key="Tabs_TabUsageIntervalLength" | ||
variants="Tabs_TabUsageIntervalLength"/> | ||
</histogram> | ||
|
||
<histogram name="Tabs.UsedInInterval.Count{Tabs_TabUsageIntervalLength}" | ||
units="tabs" expires_after="M95"> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
The number of tabs that have been interacted with, visible or audible during | ||
a given interval of time, includes tabs that don't exist at the end of this | ||
interval. {Tabs_TabUsageIntervalLength} | ||
</summary> | ||
<token key="Tabs_TabUsageIntervalLength" | ||
variants="Tabs_TabUsageIntervalLength"/> | ||
</histogram> | ||
|
||
<histogram name="Tabs.WindowCount{BatteryState}" units="windows" | ||
expires_after="never"> | ||
<!-- expires-never: https://crbug.com/966137 --> | ||
|