Open
Bug 1393006
Opened 7 years ago
Updated 8 months ago
Provide more information in profiling markers
Categories
(Core :: JavaScript: GC, enhancement, P3)
Core
JavaScript: GC
Tracking
()
NEW
People
(Reporter: pbone, Unassigned)
References
(Blocks 1 open bug)
Details
Here are some ideas for things that could be recorded in the Gecko profiler:
* Measure time between Slices / GCMajor / GCMinor events
* Measure retained/collected memory
* Measure allocation rate (nursery and pre-tenured objects)
* Measure mark/sweep rates (bytes and object counts)
* Record pre-tenuring decisions.
Reporter | ||
Updated•7 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
Updated•8 months ago
|
Blocks: GC.easeofuse
Severity: S3 → N/A
You need to log in
before you can comment on or make changes to this bug.
Description
•