Skip to content

Commit

Permalink
Update expiration of several CrOS performance metrics
Browse files Browse the repository at this point in the history
These are related to CrOS performance and are still used.

    Platform.CpuUsage
    Platform.BootSectorsWritten
    Platform.LogicalCpuCount
    Platform.BootSectorsRead
    Platform.CpuFrequencyThermalScaling

Bug: 1084067, 1084070
Change-Id: I34e62d39a5833d7c242fd7c9958871179950d1db
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2211018
Reviewed-by: Mark Pearson <[email protected]>
Commit-Queue: Sonny Rao <[email protected]>
Cr-Commit-Position: refs/heads/master@{#771180}
  • Loading branch information
Sonny Rao authored and Commit Bot committed May 21, 2020
1 parent 07e3bd2 commit f0cf956
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tools/metrics/histograms/histograms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124024,7 +124024,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram>

<histogram name="Platform.BootSectorsRead" units="units"
expires_after="2020-07-02">
expires_after="2021-07-02">
<owner>[email protected]</owner>
<owner>[email protected]</owner>
<summary>
Expand All @@ -124034,7 +124034,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram>

<histogram name="Platform.BootSectorsWritten" units="units"
expires_after="2020-07-02">
expires_after="2021-07-02">
<owner>[email protected]</owner>
<owner>[email protected]</owner>
<summary>
Expand Down Expand Up @@ -124096,7 +124096,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram>

<histogram name="Platform.CpuFrequencyThermalScaling" units="%"
expires_after="2020-07-02">
expires_after="2021-07-02">
<owner>[email protected]</owner>
<owner>[email protected]</owner>
<summary>
Expand All @@ -124108,7 +124108,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</summary>
</histogram>

<histogram name="Platform.CpuUsage" units="%" expires_after="2020-07-02">
<histogram name="Platform.CpuUsage" units="%" expires_after="2021-07-02">
<owner>[email protected]</owner>
<owner>[email protected]</owner>
<summary>
Expand Down Expand Up @@ -124539,7 +124539,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram>

<histogram name="Platform.LogicalCpuCount" units="units"
expires_after="2020-07-02">
expires_after="2021-07-02">
<owner>[email protected]</owner>
<owner>[email protected]</owner>
<summary>
Expand Down

0 comments on commit f0cf956

Please sign in to comment.