Closed
Bug 1241771
Opened 9 years ago
Closed 9 years ago
Print install manifest processing time
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox46 fixed)
RESOLVED
FIXED
mozilla46
Tracking | Status | |
---|---|---|
firefox46 | --- | fixed |
People
(Reporter: gps, Assigned: gps)
Details
Attachments
(1 file)
Install manifest processing can eat up a lot of time. Let's print how long each one takes.
Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/31897/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/31897/
Attachment #8710880 -
Flags: review?(mh+mozilla)
Comment 2•9 years ago
|
||
Comment on attachment 8710880 [details]
MozReview Request: Bug 1241771 - Print install manifest processing time; r?glandium
https://reviewboard.mozilla.org/r/31897/#review28619
::: python/mozbuild/mozbuild/action/process_install_manifest.py:24
(Diff revision 1)
> -COMPLETE = 'From {dest}: Kept {existing} existing; Added/updated {updated}; ' \
> +COMPLETE = 'Elapsed: {elapsed:.2f}s; From {dest}: Kept {existing} existing; ' \
Considering install manifests are IO bound and happen in parallel, influencing each other, I'm not convinced by the usefulness of those numbers. But meh. I'd put them at the end of the line, though.
Attachment #8710880 -
Flags: review?(mh+mozilla) → review+
Assignee | ||
Comment 3•9 years ago
|
||
https://reviewboard.mozilla.org/r/31897/#review28619
> Considering install manifests are IO bound and happen in parallel, influencing each other, I'm not convinced by the usefulness of those numbers. But meh. I'd put them at the end of the line, though.
I put at beginning so output lines up nicely. Your response in IRC was "meh," so I'm landing this as is :)
Comment 5•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox46:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•