Open
Bug 1241939
Opened 9 years ago
Updated 2 years ago
Display the whole allocation stack in dominator tree
Categories
(DevTools :: Memory, defect, P3)
DevTools
Memory
Tracking
(Not tracked)
NEW
People
(Reporter: fitzgen, Unassigned)
References
(Blocks 1 open bug)
Details
We have the whole stack, but the Frame component (used to render the stack when viewing a dominator tree labeled by allocation stack) only shows the first frame (as its name might imply). This can be problematic if library or framework code is frequently allocating things, and you would like to walk up the stack to see the user code that called into the library code, but you can't right now.
I'm not sure how we would display the rest of the stack. A mouse over that expands to show the whole stack? A side/bottom pane that always shows the whole stack for the selected node? Something else?
Reporter | ||
Updated•9 years ago
|
Has STR: --- → irrelevant
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•