Closed
Bug 958270
Opened 12 years ago
Closed 12 years ago
Split SPS data into categories
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect, P2)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: anton, Unassigned)
Details
Attachments
(1 file)
|
1.06 MB,
patch
|
Details | Diff | Splinter Review |
We need to split SPS data into the following categories, on the back-end:
* JavaScript
* Rendering
* Painting
* GC
On the front-end, this needed so we could shows user how much time their apps are spending executing JavaScript vs. collecting garbage vs. (re-)building DOM vs. painting.
| Reporter | ||
Updated•12 years ago
|
Priority: P1 → P2
| Reporter | ||
Comment 1•12 years ago
|
||
Moving profile data parser from Cleopatra to the server side. This way we can pass cleaned up data from the beginning *and* add categorization right away. Will need to add a flag so that we don't mess with the profiler addon.
I would like to add that making the Profiler UI easier to understand where the developer checks for performance topics on the page, should be a priority.
| Reporter | ||
Updated•12 years ago
|
Assignee: anton → nobody
Status: ASSIGNED → NEW
Comment 3•12 years ago
|
||
Already done in different bugs, and should now be visible because bug 879008 landed.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•