Closed
Bug 1124767
Opened 10 years ago
Closed 10 years ago
FlameGraph._drawTicks can be very very slow when completely zoomed in
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 38
People
(Reporter: vporof, Assigned: vporof)
References
Details
Attachments
(2 files)
|
6.94 MB,
application/json
|
Details | |
|
1.29 KB,
patch
|
jsantell
:
review+
|
Details | Diff | Splinter Review |
For long recordings, drawing ticks is super slow.
Attached is a profile made with the new perf tool showing that we spend 50% of our time just in that function.
| Assignee | ||
Updated•10 years ago
|
Blocks: perf-tool-v2
| Assignee | ||
Comment 1•10 years ago
|
||
Turns out that when we were super zoomed in, we were drawing lines form -a bazillion pixels to +a bazillion pixels. Needless to say, that's close to almost 2xbazillion more lines that we need.
Comment 2•10 years ago
|
||
Comment on attachment 8553242 [details] [diff] [review]
v1
Review of attachment 8553242 [details] [diff] [review]:
-----------------------------------------------------------------
hopefully this improves performance to get the sweet spot of less than big O bazillian
Attachment #8553242 -
Flags: review?(jsantell) → review+
Comment 3•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 38
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•