Closed
Bug 1231787
Opened 9 years ago
Closed 7 years ago
Integrate memory profiler's gc malloc counter instrumentation with allocations view
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect, P3)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: fitzgen, Unassigned)
Details
I think we can replace the Debugger.Memory's allocations log with the memory profiler's allocations log. It doesn't have ctor names, but we don't use those anyways. What it does have is stacks and more complete coverage of allocations that put pressure on the gc and trigger collections. That coverage is very valuable.
Comment 2•7 years ago
|
||
fitzgen: Can you tell me your 2017 thoughts on this bug?
Flags: needinfo?(nfitzgerald)
Reporter | ||
Comment 3•7 years ago
|
||
Close. The memory profile (which I'm not even sure if it exists anymore) doesn't (didn't?) allow breaking down on a custom per-global basis like `Debugger` does, so it can't really be used.
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(nfitzgerald)
Resolution: --- → INVALID
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•