Closed
Bug 1198807
Opened 9 years ago
Closed 9 years ago
Add filtering to allocations tree
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect, P2)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 892223
People
(Reporter: fitzgen, Unassigned)
References
Details
Often devs only care about allocations that happen with their script/function/whatever on the stack, we should let them filter the tree to only show such allocations.
Example: I'm working on the l20n.js library, whose script is included in a ton of different apps. I want to minimize allocations from my l20n.js file, but I don't really care about the rest of the app that is embedding l20n.js (that's someone else's problem).
Cmd/Ctrl + F -> search term -> tree is filtered to only those stacks (not just frames) matching the search term
Comment 2•9 years ago
|
||
Triaging. Filter on ADRENOCORTICOTROPIC (yes).
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•