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

Issue 1282001: Added window manager graphics performance tests to gl_Bench. (Closed)

Created:
10 years, 9 months ago by papakipos
Modified:
9 years, 7 months ago
CC:
chromium-os-reviews_chromium.org, kmixter1, petkov, seano, ericli, sosa
Visibility:
Public.

Description

Added window manager graphics performance tests to gl_Bench. Changed window size to 1280x768. Added tests to verify graphics performance is sufficient for window manager. Added a test to verify that swap buffers runs at the 60hz. To test this, I ran gl_Bench on an eee-pc.

Patch Set 1 #

Total comments: 36

Patch Set 2 : Implemented changes requested for issue 1282001 #

Total comments: 4

Patch Set 3 : Implemented requested name change, retested #

Unified diffs Side-by-side diffs Delta from patch set Stats (+411 lines, -5 lines) Patch
M client/deps/glbench/src/main.h View 1 chunk +5 lines, -0 lines 0 comments Download
M client/deps/glbench/src/main.cc View 2 4 chunks +226 lines, -2 lines 0 comments Download
M client/deps/glbench/src/shaders.h View 1 chunk +9 lines, -0 lines 0 comments Download
M client/deps/glbench/src/shaders.cc View 2 chunks +169 lines, -1 line 0 comments Download
M client/deps/glbench/src/xlib_window.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
papakipos
10 years, 9 months ago (2010-03-24 15:54:34 UTC) #1
piman
http://codereview.chromium.org/1282001/diff/1/2 File client/site_tests/gl_Bench/src/main.cc (right): http://codereview.chromium.org/1282001/diff/1/2#newcode76 client/site_tests/gl_Bench/src/main.cc:76: uint64_t ideal_time = 1000000 / 60; // This is ...
10 years, 9 months ago (2010-03-24 18:16:54 UTC) #2
Alexey Marinichev
http://codereview.chromium.org/1282001/diff/1/2 File client/site_tests/gl_Bench/src/main.cc (right): http://codereview.chromium.org/1282001/diff/1/2#newcode68 client/site_tests/gl_Bench/src/main.cc:68: void SwapVerifyTestFunc(int iter) { This test should probably be ...
10 years, 9 months ago (2010-03-24 18:23:21 UTC) #3
papakipos
Addressed all reviewer issues, rebased, retested. http://codereview.chromium.org/1282001/diff/1/2 File client/site_tests/gl_Bench/src/main.cc (right): http://codereview.chromium.org/1282001/diff/1/2#newcode68 client/site_tests/gl_Bench/src/main.cc:68: void SwapVerifyTestFunc(int iter) ...
10 years, 9 months ago (2010-03-24 20:18:22 UTC) #4
Alexey Marinichev
LGTM with one comment. http://codereview.chromium.org/1282001/diff/10001/11001 File client/deps/glbench/src/main.cc (right): http://codereview.chromium.org/1282001/diff/10001/11001#newcode789 client/deps/glbench/src/main.cc:789: RunTest(CompositingTestFunc, "fps_frame_compositing", Maybe include 1280 ...
10 years, 9 months ago (2010-03-24 20:42:25 UTC) #5
papakipos
10 years, 9 months ago (2010-03-24 20:47:02 UTC) #6
Implemented requested name change, retested.

http://codereview.chromium.org/1282001/diff/10001/11001
File client/deps/glbench/src/main.cc (right):

http://codereview.chromium.org/1282001/diff/10001/11001#newcode789
client/deps/glbench/src/main.cc:789: RunTest(CompositingTestFunc,
"fps_frame_compositing",
On 2010/03/24 20:42:25, Alexey Marinichev wrote:
> Maybe include 1280 and 768 in the test name?

Done.

http://codereview.chromium.org/1282001/diff/10001/11001#newcode798
client/deps/glbench/src/main.cc:798: RunTest(CompositingTestFunc,
"fps_frame_no_fill_compositing",
On 2010/03/24 20:42:25, Alexey Marinichev wrote:
> Same thing about 1280 and 768.

Done.

Powered by Google App Engine
This is Rietveld 408576698