test/scaling-bench.c: New benchmark for bilinear scaling
authorSøren Sandmann Pedersen <ssp@redhat.com>
Wed, 22 May 2013 22:48:08 +0000 (18:48 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Sat, 10 Aug 2013 15:18:23 +0000 (11:18 -0400)
commit1be9208e0404fcf41b4e83734d8e33437f50c2bd
tree52e74ab83f781e4f9382f4dcc2b113aa41bda481
parentfedd6b192d4b30dcf4ecabed43a5ddbfe6007629
test/scaling-bench.c: New benchmark for bilinear scaling

This new benchmark scales a 320 x 240 test a8r8g8b8 image by all
ratios from 0.1, 0.2, ... up to 10.0 and reports the time it to took
to do each of the scaling operations, and the time spent per
destination pixel.

The times reported for the scaling operations are given in
milliseconds, the times-per-pixel are in nanoseconds.

V2: Format output better
test/Makefile.sources
test/scaling-bench.c [new file with mode: 0644]