Closed
Bug 702764
Opened 14 years ago
Closed 14 years ago
Library loading times need to be adjusted on birch
Categories
(Core Graveyard :: Widget: Android, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla11
People
(Reporter: taras.mozilla, Assigned: glandium)
Details
(Whiteboard: [inbound])
Attachments
(3 files)
|
2.51 KB,
patch
|
taras.mozilla
:
review+
|
Details | Diff | Splinter Review |
|
20.20 KB,
patch
|
taras.mozilla
:
review+
|
Details | Diff | Splinter Review |
|
3.72 KB,
patch
|
taras.mozilla
:
review+
|
Details | Diff | Splinter Review |
We should use RUSAGE_THREAD in getrusage. This will allow us to capture cpu time spent on library loading and compare it to overall cpu time.
| Reporter | ||
Updated•14 years ago
|
Assignee: nobody → mh+mozilla
| Assignee | ||
Comment 1•14 years ago
|
||
Why birch only?
| Reporter | ||
Comment 2•14 years ago
|
||
(In reply to Mike Hommey [:glandium] from comment #1)
> Why birch only?
birch is my justification. This should happen on mc too.
| Reporter | ||
Comment 3•14 years ago
|
||
Note we also need another metric to see how long the process was alive before we started loading libraries, this will notify us of lag introduced by native ui.
| Assignee | ||
Updated•14 years ago
|
OS: Windows 7 → Android
Hardware: x86 → ARM
Comment 4•14 years ago
|
||
put it on m-c. we can merge it in.
| Assignee | ||
Comment 5•14 years ago
|
||
Attachment #574921 -
Flags: review?(tglek)
| Reporter | ||
Updated•14 years ago
|
Attachment #574921 -
Flags: review?(tglek) → review+
| Assignee | ||
Comment 6•14 years ago
|
||
Attachment #575222 -
Flags: review?(tglek)
| Assignee | ||
Comment 7•14 years ago
|
||
Attachment #575225 -
Flags: review?(tglek)
| Assignee | ||
Comment 8•14 years ago
|
||
Another try that doesn't fail due to the switch to mobile/xul tree:
https://tbpl.mozilla.org/?noignore=1&tree=Try&rev=09e355059af0
| Reporter | ||
Updated•14 years ago
|
Attachment #575225 -
Flags: review?(tglek) → review+
| Reporter | ||
Comment 9•14 years ago
|
||
Comment on attachment 575222 [details] [diff] [review]
part 2 - Make nsAppStartup::GetStartupInfo more flexible
RecordOnce is more expensive, but I understand why you do it
Attachment #575222 -
Flags: review?(tglek) → review+
| Assignee | ||
Comment 10•14 years ago
|
||
http://hg.mozilla.org/integration/mozilla-inbound/rev/80ddfdb7e575
http://hg.mozilla.org/integration/mozilla-inbound/rev/f9f4594a621b
http://hg.mozilla.org/integration/mozilla-inbound/rev/c744ccd70348
Whiteboard: [inbound]
Comment 11•14 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/80ddfdb7e575
https://hg.mozilla.org/mozilla-central/rev/f9f4594a621b
https://hg.mozilla.org/mozilla-central/rev/c744ccd70348
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla11
Updated•4 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•