Closed
Bug 749601
Opened 13 years ago
Closed 13 years ago
need to track AOT compile time
Categories
(Tamarin Graveyard :: Workers, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dschaffe, Assigned: dschaffe)
Details
Attachments
(1 file)
|
1.54 KB,
patch
|
brbaker
:
review+
|
Details | Diff | Splinter Review |
performance/runtests.py when in AOT mode should always add a metric for the compile time to build each test file. The compile times are about 25-30s (run locally) for each testcase. We are current tracking the file size.
| Assignee | ||
Comment 1•13 years ago
|
||
Updated•13 years ago
|
Attachment #619011 -
Attachment is patch: true
Comment 2•13 years ago
|
||
Comment on attachment 619011 [details] [diff] [review]
patch to add aot compile times
Review of attachment 619011 [details] [diff] [review]:
-----------------------------------------------------------------
Please also add an entry for the "compile_time" metric into the test/performance/metricinfo.py
Attachment #619011 -
Flags: review?(brbaker) → review+
| Assignee | ||
Comment 3•13 years ago
|
||
I updated metricinfo.py with compile_time and checked in.
Comment 4•13 years ago
|
||
changeset: 7381:fec1e7118f05
user: Dan Schaffer <Dan.Schaffer@adobe.com>
summary: 749601: AOT performance script should track compile time (r=brbaker pending)
http://hg.mozilla.org/tamarin-redux/rev/fec1e7118f05
Comment 5•13 years ago
|
||
changeset: 7382:fdf1416a3536
user: Dan Schaffer <Dan.Schaffer@adobe.com>
summary: bug 749601: AOT performance script, add compile_time to metrics_info (r=dschaffe)
http://hg.mozilla.org/tamarin-redux/rev/fdf1416a3536
| Assignee | ||
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•