This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a histogram to measure number of synthetic UMA trials.
Also refactors some common code into a method in MetricsService. BUG=400357 Review URL: https://codereview.chromium.org/612883003 Cr-Commit-Position: refs/heads/master@{#297302}
- Loading branch information
1 parent
6ecefe3
commit 88aa933
Showing
3 changed files
with
23 additions
and
9 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 |
---|---|---|
|
@@ -35618,6 +35618,15 @@ Therefore, the affected-histogram name has to have at least one dot in it. | |
</summary> | ||
</histogram> | ||
|
||
<histogram name="UMA.SyntheticTrials.Count"> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
The number of synthetic field trials added to the UMA log when the system | ||
profile is recorded. Since this is done prior to capturing the histograms | ||
from the current process, this will generally be logged once per UMA log. | ||
</summary> | ||
</histogram> | ||
|
||
<histogram name="UMA.Unacceptable_Log_Discarded"> | ||
<obsolete> | ||
Deprecated as of May, 2012 (i.e. Chrome 21+). Replaced by the | ||
|