Closed
Bug 1241469
Opened 9 years ago
Closed 5 years ago
Explain missing event markers in Performance tool description
Categories
(Developer Documentation Graveyard :: Developer Tools, defect)
Developer Documentation Graveyard
Developer Tools
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: sebo, Assigned: wbamberg)
References
()
Details
The Performance panel within the DevTools has some filters, which need to be explained.
Specifically, there was a request on Stack Overflow[1] asking what 'CC Graph Reduction' means.
Sebastian
[1] http://stackoverflow.com/q/34922130/432681
Assignee | ||
Comment 1•9 years ago
|
||
I've added a bit on these to the table of markers: https://developer.mozilla.org/en-US/docs/Tools/Performance/Waterfall#Markers.
Let me know if it works for you.
Assignee | ||
Updated•9 years ago
|
Flags: needinfo?(sebastianzartner)
Reporter | ||
Comment 2•9 years ago
|
||
Thanks for taking this! You changes already explain the 'CC Graph Reduction' event marker.
I'd believe the names should be called exactly like within the performance graph, i.e. 'Garbage Collection' should be renamed to 'Incremental GC' and we also need an entry for 'Minor GC'. Alternatively, we could list the event names under the 'Garbage Collection' entry like it's done for JavaScript events.
Note that I initially meant this report to be for explaining the filters within the filter menu, which have slightly different names, sometimes. I've created bug 1250795 for this instead.
Sebastian
Flags: needinfo?(sebastianzartner)
Summary: Explain filters in Performance tool → Explain missing event markers in Performance tool description
Reporter | ||
Updated•9 years ago
|
Assignee: nobody → wbamberg
Assignee | ||
Comment 3•9 years ago
|
||
(In reply to Sebastian Zartner [:sebo] from comment #2)
> Thanks for taking this! You changes already explain the 'CC Graph Reduction'
> event marker.
> I'd believe the names should be called exactly like within the performance
> graph, i.e. 'Garbage Collection' should be renamed to 'Incremental GC' and
> we also need an entry for 'Minor GC'. Alternatively, we could list the event
> names under the 'Garbage Collection' entry like it's done for JavaScript
> events.
> Note that I initially meant this report to be for explaining the filters
> within the filter menu, which have slightly different names, sometimes.
That's why I chose these names for this. That's what they are called in the filters.
I think, actually, it's confusing that the names in the filter are almost, but not quite, the same as the names in the Performance view itself. I'm hesitant to have 2 huge tables that are almost identical. Would it be better for the Performance tool to use the same names in the filter that it uses for markers?
Flags: needinfo?(hholmes)
Assignee | ||
Updated•9 years ago
|
Flags: needinfo?(jsantell)
Comment 4•9 years ago
|
||
(In reply to Will Bamberg [:wbamberg] from comment #3)
> That's why I chose these names for this. That's what they are called in the
> filters.
>
> I think, actually, it's confusing that the names in the filter are almost,
> but not quite, the same as the names in the Performance view itself. I'm
> hesitant to have 2 huge tables that are almost identical. Would it be better
> for the Performance tool to use the same names in the filter that it uses
> for markers?
I'm not sure I'm the best person to ni? for this (although what you're suggesting sounds logical).
Flags: needinfo?(hholmes)
Comment 5•9 years ago
|
||
I think tackling bug 1176540 would clear up a lot of these issues.
Flags: needinfo?(jsantell)
Reporter | ||
Comment 6•9 years ago
|
||
(In reply to Will Bamberg [:wbamberg] from comment #3)
> Would it be better
> for the Performance tool to use the same names in the filter that it uses
> for markers?
Regarding comment 5, it's still unclear to me what this means for the above question. I'm asking for clarification in bug 1250795.
Sebastian
Reporter | ||
Comment 7•9 years ago
|
||
(In reply to Will Bamberg [:wbamberg] from comment #3)
> I think, actually, it's confusing that the names in the filter are almost,
> but not quite, the same as the names in the Performance view itself.
I agree on that, btw. So, the filters should either be grouped more or be changed so that their names match the marker names.
Sebastian
Comment 8•5 years ago
|
||
MDN Web Docs' bug reporting has now moved to GitHub. From now on, please file content bugs at https://github.com/mdn/sprints/issues/ and platform bugs at https://github.com/mdn/kuma/issues/.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•