Open Bug 1521995 Opened 6 years ago Updated 2 years ago

Provide nursery usage information to the gecko profiler's counters

Categories

(Core :: JavaScript: GC, enhancement, P3)

enhancement

Tracking

()

People

(Reporter: pbone, Unassigned)

References

(Blocks 1 open bug)

Details

Bug 1518061 will add counters for the memory usage of the tenured heap. but that wont count the nursery. This bug is for doing the same for the nursery. The nursery size must be calculated carefully since we don't want to add any extra code to the hot paths. Therefore it will be best to compute the nursery used size by subetracting the beginning of the current chunk from the current position in that chunk, plus the usable chunk size of the earlier chunks.

Blocks: 1471438
Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.