Closed
Bug 1521924
Opened 6 years ago
Closed 6 years ago
Add counters for JavaScript allocations
Categories
(Core :: Gecko Profiler, enhancement, P2)
Tracking
()
RESOLVED
DUPLICATE
of bug 1518061
People
(Reporter: gregtatum, Unassigned)
References
(Depends on 2 open bugs)
Details
We now have counters implemented for jemalloc allocations. We should add counters for the JavaScript engine. This way in the profiler front-end we can combine the memory information to provide a better view to what is going on in the application.
Reporter | ||
Updated•6 years ago
|
Priority: -- → P2
Reporter | ||
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Hi Greg, is this a duplicate of Bug 1518061?
I've started working on this (there's some bugs leading up to it) but it either requires a change to our Arena format or I have to double check some other work before I can continue.
Thanks.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•