summaryrefslogtreecommitdiffstats
path: root/content/common/cc_messages_perftest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330bbudge@chromium.org2013-11-041-2/+2
| | | | | | | | | | This is a speculative revert to see if it's the cause of hanging renderers. BUG=313112 Review URL: https://codereview.chromium.org/57783006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232819 0039d316-1c4b-4281-b951-d872f2087c98
* content: Set the SharedQuadState on the draw quads in perf tests.danakj@chromium.org2013-10-311-0/+10
| | | | | | | | | | | | The quads should point at the SharedQuadStates to avoid dchecks in debug mode. R=piman BUG= Review URL: https://codereview.chromium.org/52873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232071 0039d316-1c4b-4281-b951-d872f2087c98
* content: Refactor common code for cc_messages_perftestsdanakj@chromium.org2013-10-291-108/+43
| | | | | | | | | | | Move common code up to the base class. R=piman BUG=307480 Review URL: https://codereview.chromium.org/49323003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231584 0039d316-1c4b-4281-b951-d872f2087c98
* Remove IPC::Message::PRIORITY_NORMAL from cc_messages_perftest.jochen@chromium.org2013-10-281-10/+10
| | | | | | | | | | | | | | This ctor was removed in https://codereview.chromium.org/35643005/ but an unrelated bug was causing content tests to not be compiled so this reference was not updated. BUG=None R=bbudge@chromium.org, danakj@chromium.org TBR=piman@chromium.org Review URL: https://codereview.chromium.org/48113005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231386 0039d316-1c4b-4281-b951-d872f2087c98
* content: Use min instead of mean for cc_messages_perftests.danakj@chromium.org2013-10-271-25/+50
| | | | | | | | | | | Min has less noise so prefer it for perf tests. R=piman BUG=307480 Review URL: https://codereview.chromium.org/45843002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231256 0039d316-1c4b-4281-b951-d872f2087c98
* cc: Adjust content perf tests and add test for many render passes.danakj@chromium.org2013-10-231-6/+39
| | | | | | | | | | | | | | | | | I find I need to run these tests 10 times to get a reliable number, so increase the factor on the large tests from 10000 to 100000. Also, the 10000 quads test was only making 4000. Also add a new perf test with a whole lot of render passes instead of only a single one. R=piman BUG=307480 Review URL: https://codereview.chromium.org/35713003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230295 0039d316-1c4b-4281-b951-d872f2087c98
* Add content_perftests build target with perf test for cc_messages.danakj@chromium.org2013-10-211-0/+154
Current output: *RESULT mean_frame_serialization_time: DelegatedFrame_ManyQuads_1_4000= 107 us *RESULT mean_frame_serialization_time: DelegatedFrame_ManyQuads_1_10000= 106 us *RESULT mean_frame_serialization_time: DelegatedFrame_ManyQuads_4000_4000= 3354 us *RESULT mean_frame_serialization_time: DelegatedFrame_ManyQuads_10000_10000= 8479 us R=jamesr, piman BUG=307480 Review URL: https://codereview.chromium.org/29773004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229916 0039d316-1c4b-4281-b951-d872f2087c98