We need a way to switch it on and off to compare the performance and power usage of various test cases.
The new pref is "webrender.enable-multithreading" and does not require a restart.
Details
- Reviewers
gw sotaro - Commits
- rMOZILLACENTRALa9dde10ff4b8: Bug 1613167 - Enable/Disable rayon in WebRender via pref. r=gw
- Bugzilla Bug ID
- 1613167
Diff Detail
- Repository
- rMOZILLACENTRAL mozilla-central
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Code analysis found 3 defects in the diff 224394:
- 3 defects found by clang-format
You can run this analysis locally with:
- ./mach clang-format -s -p gfx/layers/ipc/CompositorBridgeParent.cpp gfx/config/gfxVars.h (C/C++)
For your convenience, here is a patch that fixes all the source-test-clang-format defects (use it in your repository with hg import or git apply -p0).
If you see a problem in this automated review, please report it here.
In our previous code coverage analysis run, we found some files which had no coverage and are being modified in this patch:
Should they have tests, or are they dead code ?
- You can file a bug blocking Bug 1415824 for untested files that should be tested.
- You can file a bug blocking Bug 1415819 for untested files that should be removed.
If you see a problem in this automated review, please report it here.
Code analysis found 3 defects in the diff 224446:
- 3 defects found by clang-format
You can run this analysis locally with:
- ./mach clang-format -s -p gfx/layers/ipc/CompositorBridgeParent.cpp gfx/config/gfxVars.h (C/C++)
For your convenience, here is a patch that fixes all the source-test-clang-format defects (use it in your repository with hg import or git apply -p0).
If you see a problem in this automated review, please report it here.
In our previous code coverage analysis run, we found some files which had no coverage and are being modified in this patch:
Should they have tests, or are they dead code ?
- You can file a bug blocking Bug 1415824 for untested files that should be tested.
- You can file a bug blocking Bug 1415819 for untested files that should be removed.
If you see a problem in this automated review, please report it here.
In our previous code coverage analysis run, we found some files which had no coverage and are being modified in this patch:
Should they have tests, or are they dead code ?
- You can file a bug blocking Bug 1415824 for untested files that should be tested.
- You can file a bug blocking Bug 1415819 for untested files that should be removed.
If you see a problem in this automated review, please report it here.