Closed
Bug 655175
Opened 9 years ago
Closed 9 years ago
Add entrance and exit time to GCTimer
Categories
(Core :: JavaScript Engine, defect)
Not set
Tracking
()
RESOLVED
FIXED
People
(Reporter: gwagner, Assigned: gwagner)
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
3.23 KB,
patch
|
igor
:
review+
|
Details | Diff | Splinter Review |
We don't capture the time from entering js_GC to starting the mark process and from end of sweep until we return from js_GC.
Assignee | ||
Comment 1•9 years ago
|
||
Assignee: general → anygregor
Assignee | ||
Updated•9 years ago
|
Attachment #530464 -
Flags: review?(igor)
Assignee | ||
Comment 2•9 years ago
|
||
I noticed that the JSGC_END callback might have become more expensive.
Comment 3•9 years ago
|
||
Comment on attachment 530464 [details] [diff] [review] patch Review of attachment 530464 [details] [diff] [review]: -----------------------------------------------------------------
Attachment #530464 -
Flags: review?(igor) → review+
Assignee | ||
Comment 4•9 years ago
|
||
http://hg.mozilla.org/tracemonkey/rev/ac9d129e70a2
Whiteboard: fixed-in-tracemonkey
Comment 5•9 years ago
|
||
cdleary-bot mozilla-central merge info: http://hg.mozilla.org/mozilla-central/rev/ac9d129e70a2
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•