Closed
Bug 1075462
Opened 10 years ago
Closed 10 years ago
Remove the duration columns in the profiler's tree view
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1167899
People
(Reporter: fitzgen, Unassigned)
Details
Victor tells me it isn't reliable due to the SPS profiler not handling the resonance/harmonics problem.
In addition, it is presenting the "same" data as the cost columns in that it's only really useful to compare a frame's duration to other frames' durations, but that is more easily done with the normalized percentages of the cost columns (which are also more accurate!).
Updated•10 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Comment 1•10 years ago
|
||
bug 1167899 will handle calculating all frames based on the sample count -- "duration" will still exist, just not use the timing data from the profiler, but instead `sampleCount/totalSampleCount * totalDuration`
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
•