summaryrefslogtreecommitdiffstats
path: root/testing/perf
Commit message (Collapse)AuthorAgeFilesLines
* cc: Only report calc_draw_props_time.tonyg@chromium.org2013-11-082-0/+22
| | | | | | | | | | | | | | | | | | The perf dashboard is configured to monitor every trace output by the cc_perftests. Here, we were outputting two traces that represent the exact same thing. This only causes more work for the perf sheriffs. So I'm cutting it down to one. Incidentally, this eliminates a bug where the dashboard thought that a higher count was a regression. This also improves the precision by supporting decimals. BUG=313537 Review URL: https://codereview.chromium.org/56573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233775 0039d316-1c4b-4281-b951-d872f2087c98
* Factor out a perf test result printer method.tonyg@chromium.org2013-09-023-0/+316
This is to allow cc_perftests to share this code without depending on chrome/. BUG= Review URL: https://chromiumcodereview.appspot.com/23509002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220803 0039d316-1c4b-4281-b951-d872f2087c98