Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Issue 8536008: Use only the steady gesture in frame rate tests. (Closed)

Created:
9 years, 1 month ago by nduca
Modified:
9 years ago
Reviewers:
Justin Novosad, jbates
CC:
chromium-reviews, Paweł Hajdan Jr.
Visibility:
Public.

Description

Use only the steady gesture in frame rate tests. Store frame intervals in an array rather than throwing them away. This is to enable more-detailed study of frame rates. Report error as sigma directly, instead of 60 - 1000/sigma. This should help understand whether standard deviation is even the right metric to use for frame rate instability. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112774

Patch Set 1 #

Total comments: 3

Patch Set 2 : Variance in FPS #

Patch Set 3 : Use intervals #

Patch Set 4 : typo removal. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -37 lines) Patch
M chrome/test/data/perf/frame_rate/head.js View 1 2 11 chunks +54 lines, -35 lines 0 comments Download
M chrome/test/perf/frame_rate/frame_rate_tests.cc View 1 2 3 3 chunks +9 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
nduca
Thoughts? The most controversial thing here is that I'm changing the reporting of stddev. It ...
9 years, 1 month ago (2011-11-11 18:49:12 UTC) #1
jbates
http://codereview.chromium.org/8536008/diff/1/chrome/test/data/perf/frame_rate/head.js File chrome/test/data/perf/frame_rate/head.js (right): http://codereview.chromium.org/8536008/diff/1/chrome/test/data/perf/frame_rate/head.js#newcode243 chrome/test/data/perf/frame_rate/head.js:243: var S = Math.sqrt(V / (N - 1)); (N ...
9 years, 1 month ago (2011-11-11 23:43:46 UTC) #2
Justin Novosad
http://codereview.chromium.org/8536008/diff/1/chrome/test/data/perf/frame_rate/head.js File chrome/test/data/perf/frame_rate/head.js (right): http://codereview.chromium.org/8536008/diff/1/chrome/test/data/perf/frame_rate/head.js#newcode243 chrome/test/data/perf/frame_rate/head.js:243: var S = Math.sqrt(V / (N - 1)); On ...
9 years, 1 month ago (2011-11-14 16:08:42 UTC) #3
nduca
PTAL
9 years, 1 month ago (2011-11-16 13:02:25 UTC) #4
Justin Novosad
On 2011/11/16 13:02:25, nduca wrote: > PTAL LGTM
9 years, 1 month ago (2011-11-16 15:10:53 UTC) #5
jbates
lgtm
9 years, 1 month ago (2011-11-16 18:06:00 UTC) #6
nduca
Consider a typical run with ~199 frames all of which are 16.0ms and one frame ...
9 years ago (2011-12-02 01:50:39 UTC) #7
Justin Novosad
I agree. I find the way the stats behave with intervals is more meaningful, from ...
9 years ago (2011-12-02 18:22:32 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nduca@chromium.org/8536008/12001
9 years ago (2011-12-02 18:42:29 UTC) #9
commit-bot: I haz the power
9 years ago (2011-12-02 20:44:10 UTC) #10
Change committed as 112774

Powered by Google App Engine
This is Rietveld 408576698