Closed
Bug 1176540
Opened 9 years ago
Closed 3 years ago
Marker Filters should be groupable
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect, P3)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(firefox41 affected)
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
firefox41 | --- | affected |
People
(Reporter: jsantell, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
image/png
|
Details |
This is because two markers are "nsCycleCollector::Collect" and "nsCycleCollector::ForgetSkippable" which render down to "Cycle Collection". We should consolidate these into the same filter, and probably be easiest to have them have the same marker name with meta indicating if its a minor or major CC, since we don't have anything in place to combine filters like that. If we did, we should probably combine all GC/CC markers in the same filter, and same with Parse HTML/XML.
Reporter | ||
Updated•9 years ago
|
Assignee: nobody → jsantell
Reporter | ||
Updated•9 years ago
|
Summary: Multiple cycle collection entries in filter list → Cycle Collection markers should only have one type, and have an extra reason
Updated•9 years ago
|
Blocks: otmt-markers
Reporter | ||
Updated•9 years ago
|
Assignee: jsantell → nobody
Reporter | ||
Comment 1•9 years ago
|
||
So these markers are ok to be different -- it looks like they represent different things. Although, we shouldn't have separate filters for these CC markers. In fact, we can probably group together several filters, like all GC/CC markers in one filter, Parse HTML and Parse XML in one filter, etc
Summary: Cycle Collection markers should only have one type, and have an extra reason → Marker Filters should be groupable
Reporter | ||
Updated•9 years ago
|
Blocks: perf-tools-fx42
Reporter | ||
Updated•9 years ago
|
No longer blocks: otmt-markers, perf-tools-fx42
Reporter | ||
Updated•9 years ago
|
Blocks: perf-tools-fx43
Reporter | ||
Updated•9 years ago
|
No longer blocks: perf-tools-fx43
Reporter | ||
Updated•9 years ago
|
Assignee: nobody → jsantell
Status: NEW → ASSIGNED
Comment 3•9 years ago
|
||
Triaging. Filter on ADRENOCORTICOTROPIC (yes).
Priority: -- → P2
Version: 41 Branch → unspecified
Updated•9 years ago
|
Priority: P2 → P3
Reporter | ||
Comment 4•9 years ago
|
||
Unassigning myself from bugs I won't be able to get to due to other commitments.
Assignee: jsantell → nobody
Status: ASSIGNED → NEW
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 5•3 years ago
|
||
Now that we replaced the old performance panel by the Firefox Profiler (see Bug 1668219) we're closing bugs related to this.
Filter on MASSCLOSEOLDPERFTOOLBUGS.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•