Closed
Bug 455591
Opened 17 years ago
Closed 17 years ago
add memory high water measurement to tamarin performance runtests.py script
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Future
People
(Reporter: dschaffe, Assigned: dschaffe)
Details
Attachments
(1 file, 1 obsolete file)
13.51 KB,
patch
|
brbaker
:
review+
|
Details | Diff | Splinter Review |
Add option -m or --memory to runtests.py to capture memory high water mark instead of measuring time (default).
test/performance/runtests.py -m
will output the memory high water mark or maximum private bytes value recorded by the vm. uses -memstats options
Assignee | ||
Comment 1•17 years ago
|
||
Attachment #338945 -
Flags: review?(brbaker)
Updated•17 years ago
|
Attachment #338945 -
Flags: review?(brbaker) → review-
Comment 2•17 years ago
|
||
Comment on attachment 338945 [details] [diff] [review]
runtests memory measurement patch
Using --memory does not work. Looks like line #124 is incorrect. Otherwise it is working for me.
Assignee | ||
Updated•17 years ago
|
Attachment #338945 -
Attachment is obsolete: true
Assignee | ||
Comment 3•17 years ago
|
||
new patch to fix --memory typo on runtests.py line 124
Attachment #339055 -
Flags: review?(brbaker)
Assignee | ||
Updated•17 years ago
|
Attachment #339055 -
Attachment description: updated match to add memory measurements → updated patch to add memory measurements
Updated•17 years ago
|
Attachment #339055 -
Flags: review?(brbaker) → review+
Assignee | ||
Comment 4•17 years ago
|
||
submitted in tc changeset 651 3ee86436ff1e
Assignee | ||
Updated•17 years ago
|
Assignee: nobody → dschaffe
Status: NEW → ASSIGNED
Flags: wanted-flashplayer10+
Flags: in-testsuite+
Flags: flashplayer-triage+
Target Milestone: --- → Future
Assignee | ||
Updated•17 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•