Closed
Bug 1302240
Opened 9 years ago
Closed 9 years ago
Report content backend to telemetry
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla51
Tracking | Status | |
---|---|---|
firefox51 | --- | fixed |
People
(Reporter: mchang, Assigned: mchang)
References
Details
(Whiteboard: gfx-noted)
Attachments
(1 file)
4.80 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
No description provided.
![]() |
Assignee | |
Updated•9 years ago
|
Whiteboard: gfx-noted
![]() |
Assignee | |
Comment 1•9 years ago
|
||
Attachment #8790458 -
Flags: review?(dvander)
Comment on attachment 8790458 [details] [diff] [review]
Report content backend to telemetry
Review of attachment 8790458 [details] [diff] [review]:
-----------------------------------------------------------------
Looks fine but since GetContentBackend doesn't depend on Windows, can we move it to GfxInfoBase?
Note: you'll probably fail a unit test somewhere in toolkit since we test the fields of the environment string. But it's easy to fix when you get it.
Attachment #8790458 -
Flags: review?(dvander) → review+
![]() |
Assignee | |
Comment 3•9 years ago
|
||
(In reply to David Anderson [:dvander] from comment #2)
> Comment on attachment 8790458 [details] [diff] [review]
> Report content backend to telemetry
>
> Review of attachment 8790458 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> Looks fine but since GetContentBackend doesn't depend on Windows, can we
> move it to GfxInfoBase?
Fixed.
>
> Note: you'll probably fail a unit test somewhere in toolkit since we test
> the fields of the environment string. But it's easy to fix when you get it.
Try looks ok, I didn't see a test fail - https://treeherder.mozilla.org/#/jobs?repo=try&revision=5de7915fdf3d
Pushed by mchang@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/682489fca27b
Report content backend to telemetry. r=dvander
Comment 5•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
![]() |
||
Comment 6•9 years ago
|
||
This patch did a performance improvement in talos, thanks.
Improvements:
11% sessionrestore_no_auto_restore linux64 opt 1254.92 -> 1113.08
11% sessionrestore linux64 opt 1198.33 -> 1063.17
3% sessionrestore osx-10-10 opt 1060.17 -> 1023.5
3% sessionrestore_no_auto_restore osx-10-10 opt 1100.62 -> 1066
For up to date results, see: https://treeherder.mozilla.org/perf.html#/alerts?id=3108
There's no way this patch had performance impact. It's diagnostic.
![]() |
Assignee | |
Comment 8•9 years ago
|
||
(In reply to David Anderson [:dvander] from comment #7)
> There's no way this patch had performance impact. It's diagnostic.
I concur, this talos improvement makes no sense..
Comment 9•9 years ago
|
||
I am also confused by this, but it does show up with a few retriggers as the root cause very clearly.
Updated•9 years ago
|
Blocks: skia-windows
You need to log in
before you can comment on or make changes to this bug.
Description
•