Closed Bug 1075462 Opened 10 years ago Closed 9 years ago

Remove the duration columns in the profiler's tree view

Categories

(DevTools :: Performance Tools (Profiler/Timeline), defect)

defect
Not set
normal

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!).
OS: Mac OS X → All
Hardware: x86 → All
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: 9 years ago
Resolution: --- → DUPLICATE
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.