Closed
Bug 1147656
Opened 11 years ago
Closed 11 years ago
Make the profiler's buffer bigger
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect)
Tracking
(firefox39 fixed)
RESOLVED
FIXED
Firefox 39
| Tracking | Status | |
|---|---|---|
| firefox39 | --- | fixed |
People
(Reporter: fitzgen, Assigned: jsantell)
References
Details
Attachments
(2 files)
|
1.09 KB,
patch
|
jsantell
:
review+
djvj
:
review+
|
Details | Diff | Splinter Review |
|
2.19 KB,
patch
|
vporof
:
review+
|
Details | Diff | Splinter Review |
Even with making it 10x larger, I can still fill it in ~5 seconds, but I'm hesitant to make it even bigger without more discussion...
| Reporter | ||
Comment 1•11 years ago
|
||
| Reporter | ||
Updated•11 years ago
|
Attachment #8583436 -
Flags: review?(jsantell)
| Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 8583436 [details] [diff] [review]
Make the profiler's buffer bigger
Review of attachment 8583436 [details] [diff] [review]:
-----------------------------------------------------------------
Shame that an order of magnitude still doesn't make this better :\
Attachment #8583436 -
Flags: review?(jsantell) → review+
Comment 3•11 years ago
|
||
I really think we should ask :djvj to review this as well.
| Reporter | ||
Updated•11 years ago
|
Attachment #8583436 -
Flags: review?(kvijayan)
Comment 4•11 years ago
|
||
Comment on attachment 8583436 [details] [diff] [review]
Make the profiler's buffer bigger
Review of attachment 8583436 [details] [diff] [review]:
-----------------------------------------------------------------
So a ProfileEntry is 9 bytes on a platform, so making this buffer 10million in size means we're allocating a 90-meg buffer for profiling. Should be fine, as dev machines are large, but we may want to make this tunable in the future.
Attachment #8583436 -
Flags: review?(kvijayan) → review+
| Reporter | ||
Comment 5•11 years ago
|
||
(In reply to Kannan Vijayan [:djvj] from comment #4)
> Comment on attachment 8583436 [details] [diff] [review]
> Make the profiler's buffer bigger
>
> Review of attachment 8583436 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> So a ProfileEntry is 9 bytes on a platform, so making this buffer 10million
> in size means we're allocating a 90-meg buffer for profiling. Should be
> fine, as dev machines are large, but we may want to make this tunable in the
> future.
Bug 1147945
| Assignee | ||
Comment 6•11 years ago
|
||
Remove front setting defaults on profiler
Assignee: nfitzgerald → jsantell
Attachment #8584026 -
Flags: review?(vporof)
Updated•11 years ago
|
Attachment #8584026 -
Flags: review?(vporof) → review+
| Assignee | ||
Comment 7•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 8•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/0ac8484970b4
https://hg.mozilla.org/mozilla-central/rev/80c76b3ecd46
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
status-firefox39:
--- → fixed
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 39
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•