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

Issue 1518034: scaler_bench - benchmark for video scaling code. (Closed)

Created:
10 years, 8 months ago by Sergey Ulanov
Modified:
9 years, 7 months ago
CC:
chromium-reviews, scherkus (not reviewing), fbarchard, pam+watch_chromium.org, awong, Alpha Left Google
Visibility:
Public.

Description

scaler_bench is a simple benchmark that can be used to measure performance of our image scaling code. In this version it times performance of image scaling using Skia, and using Chromium's own scaler with and without filtering. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=44950 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=45067

Patch Set 1 #

Patch Set 2 : - #

Patch Set 3 : style fixes #

Patch Set 4 : added DEPS file #

Total comments: 6

Patch Set 5 : nits #

Total comments: 4

Patch Set 6 : nits #

Patch Set 7 : - #

Unified diffs Side-by-side diffs Delta from patch set Stats (+222 lines, -0 lines) Patch
M media/media.gyp View 1 chunk +12 lines, -0 lines 0 comments Download
A media/tools/scaler_bench/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
A media/tools/scaler_bench/scaler_bench.cc View 1 2 3 4 5 6 1 chunk +207 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Sergey Ulanov
10 years, 8 months ago (2010-04-17 01:00:39 UTC) #1
fbarchard
LGTM I've extended it to separate vertical and horizontal filter. i7 perf (chrome, so only ...
10 years, 8 months ago (2010-04-18 06:21:30 UTC) #2
jamesr
I think you broke checkdeps, could you fix it please?
10 years, 8 months ago (2010-04-19 21:53:52 UTC) #3
Sergey Ulanov
Added DEPS file. Please review.
10 years, 8 months ago (2010-04-19 22:39:53 UTC) #4
scherkus (not reviewing)
mostly style nits http://codereview.chromium.org/1518034/diff/19001/20003 File media/tools/scaler_bench/scaler_bench.cc (right): http://codereview.chromium.org/1518034/diff/19001/20003#newcode16 media/tools/scaler_bench/scaler_bench.cc:16: #include "skia/ext/platform_canvas.h" should be in alphabetical ...
10 years, 8 months ago (2010-04-19 22:47:50 UTC) #5
Sergey Ulanov
Fixed all of these. On 2010/04/19 22:47:50, scherkus wrote: > mostly style nits > > ...
10 years, 8 months ago (2010-04-19 23:09:46 UTC) #6
fbarchard
http://codereview.chromium.org/1518034/diff/24001/25003 File media/tools/scaler_bench/scaler_bench.cc (right): http://codereview.chromium.org/1518034/diff/24001/25003#newcode15 media/tools/scaler_bench/scaler_bench.cc:15: #include "media/base/yuv_convert.h" sort order - y comes after v ...
10 years, 8 months ago (2010-04-19 23:25:13 UTC) #7
fbarchard
LGTM just nits - run lint on it? gcl lint scaler_bench http://codereview.chromium.org/1518034/diff/24001/25002 File media/tools/scaler_bench/DEPS (right): ...
10 years, 8 months ago (2010-04-20 07:39:01 UTC) #8
scherkus (not reviewing)
10 years, 8 months ago (2010-04-20 19:00:36 UTC) #9
LGTM

Powered by Google App Engine
This is Rietveld 408576698