Closed
Bug 1861942
Opened 2 years ago
Closed 2 years ago
Add telemetry to show when parallel marking was used
Categories
(Core :: JavaScript: GC, task, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
121 Branch
| Tracking | Status | |
|---|---|---|
| firefox121 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
2.21 KB,
text/plain
|
travis_
:
data-review+
|
Details |
Parallel marking is only used for heaps over specified size (bug 1827621) and can be disabled with a pref. To evaluate GC telemetry effectively we need to know whether parallel marking was used.
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
Requesting data review.
Attachment #9360964 -
Flags: data-review?(tlong)
Comment 3•2 years ago
|
||
Comment on attachment 9360964 [details]
data_collection_request.txt
Data Review
- Is there or will there be documentation that describes the schema for the ultimate data set in a public, complete, and accurate way?
Yes, through the Histograms.json file and the Probe Dictionary.
- Is there a control mechanism that allows the user to turn the data collection on and off?
Yes, through the data preferences in the application settings.
- If the request is for permanent data collection, is there someone who will monitor the data over time?
Permanent collection to be monitored by Jon Coppeard
- Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 1, Technical data
- Is the data collection request for default-on or default-off?
Default-on
- Does the instrumentation include the addition of any new identifiers (whether anonymous or otherwise; e.g., username, random IDs, etc. See the appendix for more details)?
No
- Is the data collection covered by the existing Firefox privacy notice?
Yes
- Does the data collection use a third-party collection tool?
No
Result
data-review+
Attachment #9360964 -
Flags: data-review?(tlong) → data-review+
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9921e8691f4a
Add telemetry to show when parallel marking was used r=sfink
Comment 5•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox121:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 121 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•