Closed
Bug 671859
Opened 14 years ago
Closed 14 years ago
Use GetExplicit and GetResident methods in NSIMemoryReporterManager for endurance tests metrics
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: davehunt, Assigned: davehunt)
References
Details
Attachments
(1 file)
|
6.51 KB,
patch
|
whimboo
:
review+
n.nethercote
:
feedback+
|
Details | Diff | Splinter Review |
Now that bug 660731 has landed, we should use the explicit and resident properties of the memory reporter manager.
A Pivotal Tracker story has been created for this Bug: https://www.pivotaltracker.com/story/show/15824655
| Assignee | ||
Comment 2•14 years ago
|
||
Attachment #546167 -
Flags: review?(hskupin)
Attachment #546167 -
Flags: feedback?(nnethercote)
Comment 3•14 years ago
|
||
Comment on attachment 546167 [details] [diff] [review]
Use getExplicit and getResident methods in NSIMemoryReporterManager. v1.0
Review of attachment 546167 [details] [diff] [review]:
-----------------------------------------------------------------
That looks a lot simpler :)
One thing -- memMgr.explicit and memMgr.resident can be -1 if something went wrong. Is this handled?
Attachment #546167 -
Flags: feedback?(nnethercote) → feedback+
| Assignee | ||
Comment 4•14 years ago
|
||
This will be handled by bug 661245. Thanks for the reminder.
Comment 5•14 years ago
|
||
Comment on attachment 546167 [details] [diff] [review]
Use getExplicit and getResident methods in NSIMemoryReporterManager. v1.0
Looks fantastic. I kinda like this drop of extra code.
Attachment #546167 -
Flags: review?(hskupin) → review+
| Assignee | ||
Comment 6•14 years ago
|
||
Landed as:
http://hg.mozilla.org/qa/mozmill-tests/rev/d7c5d9242799 (default)
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•