Skip to content

Commit

Permalink
Update tools/metrics from Chromium 114.0.5735.358
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlstrom-g committed Apr 12, 2024
2 parents 6d4c825 + 3d60604 commit 0d56897
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 71 deletions.
16 changes: 12 additions & 4 deletions tools/metrics/METADATA
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,19 @@ description:
"Filtered subtree at tools/metrics."

third_party {
url {
type: GIT
value: "https://chromium.googlesource.com/chromium/src"
identifier {
type: "ChromiumVersion"
value: "114.0.5735.358" # from https://chromereleases.googleblog.com/2024/03/long-term-support-channel-update-for_26.html
}
identifier {
type: "Git"
value: "https://chromium.googlesource.com/chromium/src.git"
version: "1759c6ae9316996b9f150c0ce9d0ca78a3d15c02"
}
identifier {
type: "UpstreamSubdir"
value: "tools/metrics"
}
version: "114.0.5735.330"
last_upgrade_date {
year: 2023
month: 8
Expand Down
2 changes: 2 additions & 0 deletions tools/metrics/histograms/enums.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108482,6 +108482,7 @@ others/histograms.xml -->
<int value="28" label="HaltedBySyncUninstall"/>
<int value="29" label="kInstallURLInvalid"/>
<int value="30" label="kIconDownloadingFailed"/>
<int value="31" label="kCancelledDueToMainFrameNavigation"/>
</enum>

<enum name="WebAppInstallSource">
Expand Down Expand Up @@ -108561,6 +108562,7 @@ others/histograms.xml -->
<int value="12" label="App ID mismatch"/>
<int value="13" label="Web app origin associations update failed"/>
<int value="14" label="Web app origin associations updated"/>
<int value="15" label="Main frame navigation cancelled manifest update"/>
</enum>

<enum name="WebAppMoverResult">
Expand Down
67 changes: 0 additions & 67 deletions tools/metrics/histograms/metadata/tab/histograms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand All @@ -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 -->
Expand Down

0 comments on commit 0d56897

Please sign in to comment.