Closed
Bug 1751717
Opened 4 years ago
Closed 4 years ago
Support writing GC profiling information to file
Categories
(Core :: JavaScript: GC, task, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
98 Branch
| Tracking | Status | |
|---|---|---|
| firefox98 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(1 file)
Currently use of JS_GC_PROFILE and JS_GC_PROFILE_NURSERY cause profiling information to be sent to to stderr. It would be useful to support writing this to a file to make it possible to get this data from raptor tests, which don't pass through stdout/stderr.
| Assignee | ||
Comment 1•4 years ago
|
||
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e7b69e1ec8cb
Add JS_GC_PROFILE_FILE environment variable to set destination for GC profiling output r=sfink
Comment 3•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox98:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•