Closed
Bug 594266
Opened 14 years ago
Closed 14 years ago
Add -gcbehavior mode that only prints summary stats at the end of the run
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tamarin Graveyard
Virtual Machine
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lhansen, Assigned: lhansen)
Details
(Whiteboard: has-patch)
Attachments
(1 file)
4.82 KB,
patch
|
rulohani
:
review+
|
Details | Diff | Splinter Review |
Right now -gcbehavior prints a block of data at the end of every GC. For many use cases we're really only interested in the accumulated data at the end, and it would be good for -gcbehavior to support that use case.
For example, a new switch -gcsummary might print that.
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #472963 -
Flags: review?(rulohani)
Assignee | ||
Updated•14 years ago
|
Whiteboard: has-patch
Comment 2•14 years ago
|
||
Looks ok. One minor thing:
In comment: "Print gross history and policy decisions (MMGC_POLICY_PROFILING): 0=off, 1=at end, 2=after every gc"
option 2 should say "2=after every gc and at end"
Updated•14 years ago
|
Attachment #472963 -
Flags: review?(rulohani) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Fixed comment and pushed:
tamarin-redux changeset: 5175:9cc0f45f2186
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•