summaryrefslogtreecommitdiffstats
path: root/cc/scheduler
Commit message (Expand)AuthorAgeFilesLines
* cc: CompositorTimingHistory throughput UMAsbrianderson2015-11-255-35/+217
* cc: Add SchedulerStateMachine::DidDraw and use for forced drawsbrianderson2015-11-255-216/+272
* cc: Longtest is long.danakj2015-11-201-22/+18
* cc: Remove calls to Pass() on rvalues.danakj2015-11-201-9/+9
* cc: Don't attempt main thread synchronization if it is slow.brianderson2015-11-196-121/+338
* cc: Record UMA for swap to swap ack latency.brianderson2015-11-193-0/+35
* cc: Replace Pass() with std::move() in some subdirs.danakj2015-11-183-11/+11
* cc: Clean up max frames/swaps pending usage.brianderson2015-11-185-25/+7
* cc: Remove ThreadProxy dependency on LTHI::CurrentBeginFrameArgsbrianderson2015-11-123-11/+24
* cc: Track BeginMainFrame more precisely CompositorTimingHistory.brianderson2015-11-118-71/+269
* Kills TraceTicks, which was functionally the same as TimeTickscharliea2015-11-052-11/+10
* cc: logging pending_swaps period in chrome://tracingdongseong.hwang2015-11-041-0/+2
* cc: Add SetNeedsOneBeginImplFrame to the Schedulerdanakj2015-11-035-2/+68
* cc: Decouple SetNeedsRedraw from SetNeedsAnimate.danakj2015-10-293-14/+53
* Reland: Remove DCHECK_IMPLIES/CHECK_IMPLIES.vmpstr2015-10-282-6/+3
* Revert of Remove DCHECK_IMPLIES/CHECK_IMPLIES. (patchset #3 id:40001 of https...jbudorick2015-10-272-3/+6
* Remove DCHECK_IMPLIES/CHECK_IMPLIES.vmpstr2015-10-272-6/+3
* android webview: allow cc to fail hardware drawboliu2015-10-236-6/+32
* cc: Add extra tracing to cc::Schedulerbrianderson2015-10-231-0/+7
* cc/scheduler: Trigger deadline early when swap throttled.sunnyps2015-10-232-104/+34
* cc: Remove SetLayerTreeHostClientReady()sievers2015-10-076-54/+14
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-1/+0
* Force scheduler to draw and swap for WebView drawshush2015-09-243-7/+55
* Revert "cc: Don't record first two frames in CompositorTimingHistory"brianderson2015-09-234-142/+21
* cc: Don't recreate lost OutputSurface when hiddensievers2015-09-152-10/+40
* Devtools: Remove continuous repainting featuresamli2015-09-143-13/+0
* cc: Use 90th percentile for scheduler estimates and add fudge factor.brianderson2015-09-032-16/+23
* Revert of cc: Use 90th percentile for scheduler estimates and add fudge facto...stgao2015-09-032-23/+16
* cc: Use 90th percentile for scheduler estimates and add fudge factor.brianderson2015-09-032-16/+23
* IWYU for base/memory/scoped_vector.h.thestig2015-08-221-1/+0
* cc: Clean up logic to set needs_redraw_ after a commit.danakj2015-08-212-12/+6
* cc: Remove SchedulerStateMachine::UpdateStatebrianderson2015-08-134-106/+148
* Base: Make TimeDelta constructors deal with overflow.rvargas2015-07-271-6/+6
* cc: Abort frame when becoming invisible and waiting for ready to draw.sunnyps2015-07-255-32/+24
* cc: Don't record first two frames in CompositorTimingHistorybrianderson2015-07-244-21/+142
* cc: Rename NeedsCommit to NeedsBeginMainFrame.mithro2015-07-226-299/+322
* cc: Simplify and rename MainThreadIsInHighLatency logicbrianderson2015-07-214-88/+64
* cc: Record more UMAs in CompositorTimingHistorybrianderson2015-07-203-47/+237
* cc: Allow SendBeginMainFrame in idle state for synchronous compositor.sunnyps2015-07-143-31/+94
* cc: Disable Renderer latency recovery with --disable-gpu-vsyncbrianderson2015-07-111-0/+6
* cc: Heuristic for Renderer latency recoverybrianderson2015-07-105-105/+603
* cc: Reset prepare tiles funnel on visibility change.sunnyps2015-07-092-1/+39
* cc: Cleanup DelayBasedTimeSource code.sunnyps2015-07-085-126/+116
* cc: Measure compositor timing with finer granularitybrianderson2015-07-076-79/+337
* Revert of cc: Measure compositor timing with finer granularity (patchset #8 i...tapted2015-07-076-345/+79
* cc: Measure compositor timing with finer granularitybrianderson2015-07-076-79/+345
* cc: Remove logging in scheduler left in by accident.sunnyps2015-06-293-20/+0
* cc: Move timing history to the Scheduler.brianderson2015-06-245-92/+278
* cc: Remove unnecessary task runner refptrs from schedulers.sunnyps2015-06-243-10/+10
* cc: Remove BeginFrameSourcesConstructor.sunnyps2015-06-235-133/+73