Closed Bug 1644552 Opened 4 years ago Closed 4 years ago

Improve GC profiling output by adding timestamps

Categories

(Core :: JavaScript: GC, enhancement)

enhancement

Tracking

()

RESOLVED FIXED
mozilla79
Tracking Status
firefox79 --- fixed

People

(Reporter: jonco, Assigned: jonco)

References

Details

Attachments

(1 file)

The GC profiling output (as enabled with JS_GC_PROFILE / JS_GC_NURSERY_PROFILE) could use a few minor improvements:

  • there are no timestamps so you can tell how long a collection took but not when it happened
  • nursery profile data relates to the previous collection, except the new nursery size is reported which really relates to the next collection
  • long reason names mean the columns get out of line

I wrote a patch to tidy this up.

Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/15b94295227c
Improve GC profiling output by adding timestamps r=sfink
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: