forked from BrowserWorks/Waterfox
-
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.
Bug 1538987 - Collect Telemetry on process priority switching. data-r…
…eview=chutten, r=gsvelto Differential Revision: https://phabricator.services.mozilla.com/D25137 --HG-- extra : moz-landing-system : lando
- Loading branch information
1 parent
d87f68a
commit aacf5c1
Showing
2 changed files
with
56 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1085,6 +1085,49 @@ dom.contentprocess: | |
release_channel_collection: opt-out | ||
record_in_processes: | ||
- 'main' | ||
os_priority_lowered: | ||
bug_numbers: | ||
- 1538987 | ||
description: > | ||
The number of times a content process has had its OS priority lowered | ||
due to only containing background tabs without audible media playing. | ||
expires: never | ||
kind: uint | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
release_channel_collection: opt-out | ||
record_in_processes: | ||
- 'main' | ||
os_priority_raised: | ||
bug_numbers: | ||
- 1538987 | ||
description: > | ||
The number of times a content process has had its OS priority raised | ||
due to containing at least one foregrounded tab, or a tab with audible | ||
media has started playing in it. | ||
expires: never | ||
kind: uint | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
release_channel_collection: opt-out | ||
record_in_processes: | ||
- 'main' | ||
os_priority_change_considered: | ||
bug_numbers: | ||
- 1538987 | ||
description: > | ||
The number of times we've had the opportunity to change content process | ||
priority due to a tab switch or a tab being opened. | ||
expires: never | ||
kind: uint | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
release_channel_collection: opt-out | ||
record_in_processes: | ||
- 'main' | ||
|
||
# The following section contains parent process base counters. | ||
dom.parentprocess: | ||
|