HomeSort by relevance Sort by last modified time
    Searched defs:PictureRecordBenchmark (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/debug/
picture_record_benchmark.h 19 class CC_EXPORT PictureRecordBenchmark : public MicroBenchmark {
21 explicit PictureRecordBenchmark(scoped_ptr<base::Value> value,
23 virtual ~PictureRecordBenchmark();
picture_record_benchmark.cc 27 PictureRecordBenchmark::PictureRecordBenchmark(
55 PictureRecordBenchmark::~PictureRecordBenchmark() {}
57 void PictureRecordBenchmark::DidUpdateLayers(LayerTreeHost* host) {
60 base::Bind(&PictureRecordBenchmark::Run, base::Unretained(this)));
86 void PictureRecordBenchmark::Run(Layer* layer) {
90 void PictureRecordBenchmark::RunOnLayer(PictureLayer* layer) {

Completed in 2537 milliseconds