Closed
Bug 1817163
Opened 2 years ago
Closed 10 months ago
consider to have a way to disable memory track and capturing the information about memory allocations/deallocations
Categories
(Core :: Gecko Profiler, enhancement, P2)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
127 Branch
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: smaug, Assigned: canova)
References
Details
Attachments
(1 file)
The memory track can be useful, but at least I use it very rarely comparing to the other features in the profiler.
And capturing the information it needs adds quite a bit overhead.
See for example https://share.firefox.dev/3xr8CWE
Comment 1•2 years ago
|
||
I agree that it would be nice to be able to turn this off, I was worried it was skewing results when I was analyzing the cost of ICU in Firefox. The primary CPU time was in allocation machinery, and it could have just been profiler overhead.
Assignee | ||
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P2
Reporter | ||
Updated•1 year ago
|
Assignee | ||
Comment 4•10 months ago
|
||
Updated•10 months ago
|
Assignee: nobody → canaltinova
Status: NEW → ASSIGNED
Updated•10 months ago
|
Attachment #9395299 -
Attachment description: Bug 1817163 - Add a profiler feature to be able to disable the memory hooks r?#profiler → Bug 1817163 - Add a profiler feature for memory tracking to enable the memory hooks r?#profiler
Pushed by canaltinova@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/dc425d760d09
Add a profiler feature for memory tracking to enable the memory hooks r=profiler-reviewers,perftest-reviewers,android-reviewers,kshampur,aabh,gl
Comment 6•10 months ago
•
|
||
Backed out for causing dt failures on browser_interaction-between-interfaces.js
The failure log here is also caused by this bug.
Flags: needinfo?(canaltinova)
Pushed by canaltinova@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/d642b8b54c96
Add a profiler feature for memory tracking to enable the memory hooks r=profiler-reviewers,perftest-reviewers,android-reviewers,kshampur,aabh,gl
Assignee | ||
Updated•10 months ago
|
Flags: needinfo?(canaltinova)
Comment 8•10 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
status-firefox127:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•