summaryrefslogtreecommitdiffstats
path: root/cc/layers/picture_layer_impl_perftest.cc
Commit message (Expand)AuthorAgeFilesLines
* Finalize rename of LayerImpl scroll offset methods.aelias2015-02-031-2/+2
* cc: Remove TilingSetRasterQueue virtual base.vmpstr2015-01-241-2/+2
* cc: Remove TilingSetEvictionQueue construction from PictureLayerImpl.vmpstr2015-01-121-4/+6
* cc: Split tiling set raster queues into all and required.vmpstr2015-01-121-4/+5
* Fix for cc_perftests failingawoloszyn2014-12-221-0/+1
* cc: Changed some perftest names that don't reflect functionality tested.vmpstr2014-12-201-31/+12
* cc: Remove the PostCommitInitialization from PictureLayerImpl.danakj2014-12-161-1/+0
* cc: Move LayerRasterTileIterator to a separate file and make it a queuevmpstr2014-12-081-24/+21
* cc: Move LayerEvictionTileIterator to a separate file and make it a queuee.hakkinen2014-11-271-19/+19
* cc: Remove readability/inheritance exception for linter in cc.danakj2014-11-141-1/+1
* cc: Add RecordingSource and replace references to PicturePileshendrikw2014-11-111-1/+1
* [C++11 Allowed Features] Declares a type-safe null pointer converting from NU...kulkarni.a2014-10-101-4/+4
* replace OVERRIDE and FINAL with override and final in cc/mostynb2014-10-061-1/+1
* Use ScrollOffset instead of vector2d to track scroll offset in ccmiletus2014-10-011-2/+4
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-3/+2
* Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....dcheng2014-09-271-2/+3
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-3/+2
* cc: Add layer raster tile iterator construct perftestvmpstr@chromium.org2014-07-181-13/+57
* cc: Add layer eviction iterator perftests.vmpstr@chromium.org2014-07-181-0/+117
* Use LapTimer in rasterize_and_record micro benchmark.dominikg@chromium.org2014-05-131-1/+1
* Use ThreadNow() in LapTimer if supported.dominikg@chromium.org2014-05-091-29/+11
* cc: Add layer raster tile iteratorvmpstr@chromium.org2014-03-201-0/+132