Open
Bug 1471438
Opened 7 years ago
Updated 17 days ago
[meta] Provide more performance info to the gecko profiler
Categories
(Core :: JavaScript: GC, enhancement, P2)
Core
JavaScript: GC
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox63 | --- | affected |
People
(Reporter: pbone, Unassigned)
References
(Depends on 5 open bugs, Blocks 1 open bug)
Details
(Keywords: meta)
We should provide the following information to the gecko profiler:
Objects marked/swept each GC event: use to calculate mark/sweep rate.
Heap size / used size.
AllocKind stats & fragmentation stats.
We should also provide allocation rates during mutator time, and seperate this by AllocKind and where the allocation is placed (nursery, always tentured, pretenured).
If the profiler can compare profiles based on some of this info we can easilly quantify the benifits due to changes we make to the GC.
Reporter | ||
Updated•6 years ago
|
Keywords: meta
Priority: -- → P2
Summary: Provide more performance info to the gecko profiler → [meta] Provide more performance info to the gecko profiler
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Blocks: GC.easeofuse
You need to log in
before you can comment on or make changes to this bug.
Description
•