Clean up TODOs found while researching rasterize_and_record_micro. |
||
Issue descriptionhttps://cs.chromium.org/chromium/src/cc/playback/recording_source.h?q=recording_source.h&sq=package:chromium&dr=CSs&l=34 // TODO(schenney) Remove RECORD_WITH_SK_NULL_CANVAS when we no longer // support a non-Slimming Paint path. note from schenney@ just now: This was intended to capture the costs of Blink-paint only, with no Skia cost included. But now we get that with the various display item list modes. There are also four TODOs in rasterize_and_record_micro.py that look like they can be cleaned up: https://cs.chromium.org/chromium/src/tools/perf/measurements/rasterize_and_record_micro.py?type=cs&q=rasterize_and_record_micro+record_time_sk_null_canvas&sq=package:chromium&l=88
,
Sep 27 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/2e41c6f8e524772b3b7a8e31313c047f8d53947a commit 2e41c6f8e524772b3b7a8e31313c047f8d53947a Author: wkorman <wkorman@chromium.org> Date: Tue Sep 27 06:47:19 2016 Remove obsolete RECORD_WITH_SK_NULL_CANVAS recording mode. BUG= 648336 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2355723002 Cr-Commit-Position: refs/heads/master@{#421131} [modify] https://crrev.com/2e41c6f8e524772b3b7a8e31313c047f8d53947a/cc/debug/rasterize_and_record_benchmark.cc [modify] https://crrev.com/2e41c6f8e524772b3b7a8e31313c047f8d53947a/cc/playback/recording_source.h [modify] https://crrev.com/2e41c6f8e524772b3b7a8e31313c047f8d53947a/tools/perf/measurements/rasterize_and_record_micro.py
,
Sep 27 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Sep 27 2016