Closed
Bug 1167021
Opened 9 years ago
Closed 9 years ago
Call Tree total cost > 100%, total time > duration in non-inverted
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect, P2)
Tracking
(firefox41 affected, firefox42 fixed)
RESOLVED
FIXED
Firefox 42
People
(Reporter: jsantell, Assigned: jsantell)
References
Details
Attachments
(3 files)
See screenshot
Assignee | ||
Comment 1•9 years ago
|
||
recording data to reproduce
Assignee | ||
Updated•9 years ago
|
Blocks: perf-tool-profilertree
Priority: -- → P2
Assignee | ||
Comment 2•9 years ago
|
||
One issue here is the profiler data is longer than timeline data by a second or so, so different results when nothing selected vs the entire graph selected.
Assignee | ||
Comment 4•9 years ago
|
||
More info on recreating this in bug 1172229 -- due to recursion where a frame called multiple times in a sample is counted several times, increasing its total cost > total duration.
Possibly related to bug 1164325, which may be the same thing here.
Assignee | ||
Comment 5•9 years ago
|
||
I think bug 1177293 fixed this -- but should add tests for this, (and bug 1177293) to ensure that.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → jsantell
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•9 years ago
|
||
Pulls out the cost logic into the model, rather than in the view, and add more tests for recursion and cost calculation -- covers the scenario in bug 1177239 as well with a test.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=f0bd780427d2
Attachment #8633705 -
Flags: review?(vporof)
Comment 7•9 years ago
|
||
Comment on attachment 8633705 [details] [diff] [review]
1167021-tree-model-cost.patch
Review of attachment 8633705 [details] [diff] [review]:
-----------------------------------------------------------------
Very cool, I wanted to do this too.
Attachment #8633705 -
Flags: review?(vporof) → review+
Comment 9•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox42:
--- → fixed
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → Firefox 42
Assignee | ||
Updated•9 years ago
|
Blocks: perf-tools-fx42
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•