Closed
Bug 1090414
Opened 10 years ago
Closed 10 years ago
Add "Collapse Recursion" option
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1127455
People
(Reporter: fitzgen, Unassigned)
Details
We should have a "Collapse Recursion" checkbox next to the "invert call tree" checkbox.
If you had a call tree like this:
A
|- B
| `- B
| `- B
| `- C
`- D
Checking "collapse recursion" box would result in a call tree like this:
A
|- B
| `- C
`- D
And all the weights/durations/samples/etc for the B calls would get combined as well.
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•