Closed Bug 1132755 Opened 10 years ago Closed 10 years ago

Allocations tree has a bunch of columns that don't make sense

Categories

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

x86
macOS
defect
Not set
normal

Tracking

(firefox39 fixed)

RESOLVED FIXED
Firefox 39
Tracking Status
firefox39 --- fixed

People

(Reporter: fitzgen, Assigned: vporof)

References

Details

Attachments

(1 file, 1 obsolete file)

"total time" ?? This is allocations, not CPU profiling, what is being timed? "total cost" not even sure what this is -- time percentage? Same goes for self time and self cost. "samples" this is clearly different from count, but I wouldn't expect it to be I think we should only have: * Self allocation "count" and percentage * Total allocation "count" and percentage But "count" is misleading because it is only the times we sampled an allocation, not the actual number of times an allocation happened. Total allocations ~= sampled allocations x (1 / sample rate), but I'm not sure we want to display that to the user. Perhaps just percentages, and relabeling "counts" as "sampled allocations".
No longer blocks: perf-tool-v2
Attached patch v1 (obsolete) (deleted) — Splinter Review
Shelving.
Assignee: nobody → vporof
Status: NEW → ASSIGNED
Attached patch v2 (deleted) — Splinter Review
Attachment #8575631 - Attachment is obsolete: true
Attachment #8576744 - Flags: review?(jsantell)
Comment on attachment 8576744 [details] [diff] [review] v2 Review of attachment 8576744 [details] [diff] [review]: ----------------------------------------------------------------- Just looked at performance.xul -- LGTM
Attachment #8576744 - Flags: feedback+
Comment on attachment 8576744 [details] [diff] [review] v2 Review of attachment 8576744 [details] [diff] [review]: ----------------------------------------------------------------- rock
Attachment #8576744 - Flags: review?(jsantell) → review+
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 39
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: