Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Issue 1552693002: Add paint testing mode subsequence_caching_disabled (Closed)

Created:
4 years, 11 months ago by Xianzhu
Modified:
4 years, 11 months ago
CC:
blink-layers+watch_chromium.org, blink-reviews, blink-reviews-api_chromium.org, blink-reviews-platform-graphics_chromium.org, Rik, cc-bugs_chromium.org, chromium-reviews, danakj, dglazkov+blink, dshwang, drott+blinkwatch_chromium.org, krit, f(malita), jbroman, Justin Novosad, kinuko+watch, pdr+graphicswatchlist_chromium.org, rwlbuis, Stephen Chennney, telemetry-reviews_chromium.org, vmpstr+blinkwatch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@RemoveSyncPaint
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add paint testing mode subsequence_caching_disabled With synchronized painting, because painting is already done when testing record_time, the normal record_time result doesn't contain anything for painting. Add subsequence_caching_disabled to force painting with subsequence caching disabled, to measure the performance of display item caching. The new mode should generates the same record_time before synchronized painting is enabled. The default record_time is still useful to measure the cost other than paint. BUG=536999 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_10_10_perf_bisect;tryserver.chromium.perf:win_perf_bisect Committed: https://crrev.com/174857165e6d4ba57d36c8c5ce10134ebf8fcd9a Cr-Commit-Position: refs/heads/master@{#367465}

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : Rebase on origin/master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -7 lines) Patch
M cc/blink/web_content_layer_impl.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/debug/rasterize_and_record_benchmark.cc View 2 chunks +9 lines, -2 lines 0 comments Download
M cc/layers/content_layer_client.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/playback/display_list_recording_source.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/playback/display_list_recording_source.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp View 2 chunks +5 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/PaintController.h View 1 2 3 chunks +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/platform/WebContentLayerClient.h View 1 chunk +2 lines, -1 line 0 comments Download
M tools/perf/measurements/rasterize_and_record_micro.py View 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 42 (19 generated)
Xianzhu
4 years, 11 months ago (2015-12-29 20:17:31 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1552693002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1552693002/1
4 years, 11 months ago (2015-12-29 20:19:08 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2015-12-29 21:52:07 UTC) #8
chrishtr
https://codereview.chromium.org/1552693002/diff/1/third_party/WebKit/public/platform/WebContentLayerClient.h File third_party/WebKit/public/platform/WebContentLayerClient.h (right): https://codereview.chromium.org/1552693002/diff/1/third_party/WebKit/public/platform/WebContentLayerClient.h#newcode43 third_party/WebKit/public/platform/WebContentLayerClient.h:43: PaintDefaultBehavior, Is there any point to PaintDefaultBehavior in sync ...
4 years, 11 months ago (2016-01-04 16:55:58 UTC) #9
Xianzhu
https://codereview.chromium.org/1552693002/diff/1/third_party/WebKit/public/platform/WebContentLayerClient.h File third_party/WebKit/public/platform/WebContentLayerClient.h (right): https://codereview.chromium.org/1552693002/diff/1/third_party/WebKit/public/platform/WebContentLayerClient.h#newcode43 third_party/WebKit/public/platform/WebContentLayerClient.h:43: PaintDefaultBehavior, On 2016/01/04 16:55:58, chrishtr wrote: > Is there ...
4 years, 11 months ago (2016-01-04 17:19:17 UTC) #10
chrishtr
lgtm https://codereview.chromium.org/1552693002/diff/1/third_party/WebKit/Source/platform/graphics/paint/PaintController.h File third_party/WebKit/Source/platform/graphics/paint/PaintController.h (right): https://codereview.chromium.org/1552693002/diff/1/third_party/WebKit/Source/platform/graphics/paint/PaintController.h#newcode133 third_party/WebKit/Source/platform/graphics/paint/PaintController.h:133: bool subsequenceCachingIsDisabled() const { return m_subsequenceCachingDisabled; } Add ...
4 years, 11 months ago (2016-01-04 17:32:08 UTC) #11
Xianzhu
https://codereview.chromium.org/1552693002/diff/1/third_party/WebKit/Source/platform/graphics/paint/PaintController.h File third_party/WebKit/Source/platform/graphics/paint/PaintController.h (right): https://codereview.chromium.org/1552693002/diff/1/third_party/WebKit/Source/platform/graphics/paint/PaintController.h#newcode133 third_party/WebKit/Source/platform/graphics/paint/PaintController.h:133: bool subsequenceCachingIsDisabled() const { return m_subsequenceCachingDisabled; } On 2016/01/04 ...
4 years, 11 months ago (2016-01-04 17:39:55 UTC) #12
Xianzhu
+nednguyen@ for tools/perf
4 years, 11 months ago (2016-01-04 19:27:58 UTC) #16
Xianzhu
+ajuma@ for cc/
4 years, 11 months ago (2016-01-04 19:32:54 UTC) #18
ajuma
On 2016/01/04 19:32:54, Xianzhu wrote: > +ajuma@ for cc/ cc lgtm.
4 years, 11 months ago (2016-01-04 19:41:07 UTC) #19
nednguyen
On 2016/01/04 19:41:07, ajuma wrote: > On 2016/01/04 19:32:54, Xianzhu wrote: > > +ajuma@ for ...
4 years, 11 months ago (2016-01-04 20:24:52 UTC) #20
nednguyen
On 2016/01/04 19:41:07, ajuma wrote: > On 2016/01/04 19:32:54, Xianzhu wrote: > > +ajuma@ for ...
4 years, 11 months ago (2016-01-04 20:24:54 UTC) #21
Xianzhu
On 2016/01/04 20:24:54, nednguyen (ooo till 1-3) wrote: > On 2016/01/04 19:41:07, ajuma wrote: > ...
4 years, 11 months ago (2016-01-04 20:37:29 UTC) #22
nednguyen
lgtm
4 years, 11 months ago (2016-01-04 21:02:32 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1552693002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1552693002/40001
4 years, 11 months ago (2016-01-04 21:21:19 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: linux_perf_bisect on tryserver.chromium.perf (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.perf/builders/linux_perf_bisect/builds/5216)
4 years, 11 months ago (2016-01-04 21:35:05 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1552693002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1552693002/40001
4 years, 11 months ago (2016-01-04 21:43:21 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: linux_perf_bisect on tryserver.chromium.perf (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.perf/builders/linux_perf_bisect/builds/5219)
4 years, 11 months ago (2016-01-04 21:59:56 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1552693002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1552693002/40001
4 years, 11 months ago (2016-01-04 22:46:51 UTC) #34
commit-bot: I haz the power
Try jobs failed on following builders: linux_perf_bisect on tryserver.chromium.perf (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.perf/builders/linux_perf_bisect/builds/5221)
4 years, 11 months ago (2016-01-04 23:00:31 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1552693002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1552693002/40001
4 years, 11 months ago (2016-01-05 01:44:38 UTC) #38
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 11 months ago (2016-01-05 02:48:44 UTC) #40
commit-bot: I haz the power
4 years, 11 months ago (2016-01-05 02:50:00 UTC) #42
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/174857165e6d4ba57d36c8c5ce10134ebf8fcd9a
Cr-Commit-Position: refs/heads/master@{#367465}

Powered by Google App Engine
This is Rietveld 408576698