summaryrefslogtreecommitdiffstats
path: root/cc/debug
Commit message (Expand)AuthorAgeFilesLines
* Modify rasterize_and_record for DisplayItemList recording.schenney2015-02-053-54/+66
* Reland of Move tracing namespace from base::debug to base::trace_event.primiano2015-02-051-1/+7
* Revert of Move tracing namespace from base::debug to base::trace_event. (patc...zhaoqin2015-02-051-7/+1
* cc: refactor of RenderingStats::TimeDeltaList::AddToTracedValueheejin.r.chung2015-02-053-22/+16
* Move tracing namespace from base::debug to base::trace_event.ssid2015-02-041-1/+7
* DevTools: unwire WebDevToolsAgent from CC, emit trace events directly in CCcaseq2015-02-041-0/+33
* cc: Record frame timing composite events in the tracker.vmpstr2015-02-031-1/+5
* Revert of Revert of Report viewport memory and timing correctly for Slimming ...oysteine2015-02-032-10/+86
* Revert of Report viewport memory and timing correctly for Slimming Paint. (pa...oysteine2015-02-032-86/+10
* Revert of cc: Stop pushing properties every activation for picture layers. (p...danakj2015-01-301-2/+0
* Mechanical rename of tracing includes for /ccprimiano2015-01-287-7/+7
* Report viewport memory and timing correctly for Slimming Paint.schenney2015-01-282-10/+86
* cc: Stop pushing properties every activation for picture layers.danakj2015-01-271-0/+2
* cc: Add frame timing request plumbing through the layers.vmpstr2015-01-262-0/+48
* Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::...charliea2015-01-263-7/+6
* cc: Don't use WaitForTasksToFinish in micro benchmarks.vmpstr2015-01-212-92/+43
* Frame Timing tracker for http://w3c.github.io/frame-timing/michaelblain2015-01-173-0/+247
* Remove Unnecessary Use of |TileGridInfo|, Use Size Insteadweiliangc2015-01-172-12/+3
* cc: Include pictures in trace output for DisplayItemListsajuma2015-01-092-0/+94
* Stop using std::list for UI resource requestsjdduke2015-01-021-1/+0
* cc: Remove auto use with smart pointers.vmpstr2014-12-201-1/+1
* c:: Give the raster source to the PictureLayerTilings.danakj2014-12-191-4/+4
* cc: Move frame_viewer_instrumentation implementation for header to cc filehendrikw2014-12-172-49/+67
* Remove devtools_instrumentation::kRasterTask in favor of frame viewer's onecaseq2014-12-162-2/+1
* cc: Remove max tiles and skewport constants from tiling client.vmpstr2014-12-111-13/+10
* cc: Renaming Rasterizer and RasterWorkerPool interfacesvmiura2014-12-091-4/+3
* Add memory tracking to record_and_rasterize benchmark.schenney2014-12-034-4/+21
* cc: Fix rasterize and record micro to only check layers with content.vmpstr2014-11-191-1/+1
* cc: Remove GetRasterSource from PictureLayerTilingClient.vmpstr2014-11-171-6/+2
* cc: Remove readability/inheritance exception for linter in cc.danakj2014-11-143-5/+4
* cc: Remove PicturePileBasehendrikw2014-11-122-1/+4
* cc: Do not ignore layers without valid priorities during eviction.e.hakkinen2014-11-121-0/+4
* cc: Remove main thread rendering statshendrikw2014-11-086-145/+30
* cc: Remove some of the instrumentation plumbinghendrikw2014-11-045-34/+4
* cc: Use commit to activation time in repaint HUDhendrikw2014-11-044-13/+9
* cc: Added raster source.vmpstr2014-10-281-9/+11
* cc: Always keep the PictureLayerImpl::twin_layer_ pointer valid.danakj2014-10-271-2/+2
* cc: Always use invalidation on the pending tree when deciding to sharedanakj2014-10-271-2/+2
* Revert two cc patches due to crashes on canary.pdr2014-10-261-4/+4
* cc: Always use invalidation on the pending tree when deciding to sharedanakj2014-10-241-2/+2
* cc: Always keep the PictureLayerImpl::twin_layer_ pointer valid.danakj2014-10-241-2/+2
* cc cleanup: Update paths to geometry headersheejin.r.chung2014-10-235-5/+5
* cc: Remove the layer_bounds_ from PictureLayerTilingSet.danakj2014-10-221-2/+3
* Standardize usage of virtual/override/final in cc/dcheng2014-10-218-40/+36
* Remove obsolete SkRecord preview code.mtklein2014-10-171-1/+3
* cc: Replace > > with >>danakj2014-10-161-1/+1
* cc: Change scoped_ptr<T>() to nullptr.danakj2014-10-153-10/+10
* cc: Stop converting update rect from int to float to int.danakj2014-10-111-1/+1
* [C++11 Allowed Features] Declares a type-safe null pointer converting from NU...kulkarni.a2014-10-106-15/+15
* cc: Start using raster/eviction iterators.vmpstr2014-10-091-0/+4