Closed
Bug 1067491
Opened 10 years ago
Closed 10 years ago
Add allocation profiling to the memory actor
Categories
(DevTools :: Memory, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 35
People
(Reporter: fitzgen, Assigned: fitzgen)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
fitzgen
:
review+
|
Details | Diff | Splinter Review |
Splitting this out from my work in bug 960671 for use in bug bug 1066361.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → nfitzgerald
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•10 years ago
|
||
jryans, this is the same actor patch(es) you reviewed in bug 960671, but I just want to rubber stamp it again since it is in a new bug now. I split the toggling of recording into a start and stop method, as you asked.
This is a combined patch of the allocations changes, the force GC/CC changes, and a tiny method exposing Debugger.Memory.prototype.takeCensus over the RDP. It was getting too hard to keep everything separate, sorry.
https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=cba18023568c
Attachment #8489689 -
Flags: review?(jryans)
Comment on attachment 8489689 [details] [diff] [review]
memory-actors.patch
Review of attachment 8489689 [details] [diff] [review]:
-----------------------------------------------------------------
Still seems good to me!
Attachment #8489689 -
Flags: review?(jryans) → review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 3•10 years ago
|
||
Unless you're checking this in yourself, I think you should add a commit message to the patch.
Flags: needinfo?(nfitzgerald)
Assignee | ||
Comment 4•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Whiteboard: fixed-in-fx-team → [fixed-in-fx-team]
Comment 5•10 years ago
|
||
sorry had to back this out for test failures like https://tbpl.mozilla.org/php/getParsedLog.php?id=48249937&tree=Fx-Team
Whiteboard: [fixed-in-fx-team]
Assignee | ||
Comment 6•10 years ago
|
||
Hrm, I can't repro locally. Digging into the test logs...
Assignee | ||
Comment 7•10 years ago
|
||
Ok just adding a check that the frame does exist in test_memory_allocations_01.html.
Let's see how this turns out: https://tbpl.mozilla.org/?tree=Try&rev=d00453950900
Attachment #8489689 -
Attachment is obsolete: true
Attachment #8490879 -
Flags: review+
Assignee | ||
Comment 8•10 years ago
|
||
And I just realized I didn't include mochitest-chrome in that try push. Sigh...
Assignee | ||
Comment 9•10 years ago
|
||
Assignee | ||
Comment 10•10 years ago
|
||
Looks like adding that null check fixed it!
Keywords: checkin-needed
Comment 11•10 years ago
|
||
Keywords: checkin-needed
Comment 12•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 35
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•