summaryrefslogtreecommitdiffstats
path: root/cc/debug/frame_rate_counter.cc
Commit message (Collapse)AuthorAgeFilesLines
* cc: Fixed computation of dropped frames.ernstm@chromium.org2013-09-071-1/+2
| | | | | | | | | | | | | | | - Computation of dropped frames now correctly accounts for multi-frame drops. - A welcome side-effect is that variance of the percentage_dropped metric is reduced significantly. - Heads-up for the perf sherrifs: percentage_dropped will increase quite a bit with this patch. R=tonyg@chromium.org, nduca@chromium.org BUG=264308 Review URL: https://chromiumcodereview.appspot.com/23998002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221825 0039d316-1c4b-4281-b951-d872f2087c98
* Add UMA histogram for compositor frame delay with software compositor.jbauman@chromium.org2013-08-241-6/+15
| | | | | | | | | | Software and hardware behave differently and should be split out separately. BUG=277935 Review URL: https://chromiumcodereview.appspot.com/23295031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219445 0039d316-1c4b-4281-b951-d872f2087c98
* This fixes all lint issues (except for false positives) in:jamesr@chromium.org2013-03-261-0/+1
| | | | | | | | | | | | | cc/base/ cc/debug/ cc/resources/ cc/quads/ BUG=144577 Review URL: https://codereview.chromium.org/13051003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190715 0039d316-1c4b-4281-b951-d872f2087c98
* cc: Fix capitalization style in chromified files.danakj@chromium.org2013-03-251-1/+1
| | | | | | | | | | | | | | | | | Style-only change. Many already-chromified files missed a variable or function name here and there. This grabs (hopefully) all of them. For the record, I found these with: git gs '[^a-zA-Z0-9_>\."][a-jl-z]\+[A-Z][A-Za-z0-9_]*\($\|[ !=;,\.^&*)"]\)' R=enne BUG= Review URL: https://chromiumcodereview.appspot.com/12676029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190326 0039d316-1c4b-4281-b951-d872f2087c98
* Part 7 of cc/ directory shuffles: treesjamesr@chromium.org2013-03-181-1/+1
| | | | | | | | | | | Continuation of https://src.chromium.org/viewvc/chrome?view=rev&revision=188681 BUG=190824 TBR=enne@chromium.org, piman@chromium.org Review URL: https://codereview.chromium.org/12722007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188694 0039d316-1c4b-4281-b951-d872f2087c98
* Part 2 of cc/ directory shuffles: debugjamesr@chromium.org2013-03-181-0/+137
Continuation of https://src.chromium.org/viewvc/chrome?view=rev&revision=188681 BUG=190824 TBR=enne@chromium.org Review URL: https://codereview.chromium.org/12648008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188685 0039d316-1c4b-4281-b951-d872f2087c98