As promised I’m releasing the first alpha release of my little tiny j2d benchmark. The benchmark has been developed for internal testing so it could be completely unuseful for the people here.
My main aim is to test the performance of various blitting/transforming aspects of java2d. The usage is straightforward: click RUN and play with the gui. The result of the test is a little ops/s number that shows the number of operations per second. The timing is inaccurate but gives an idea. No auto-test-report at all for the moment.
The jar is HERE: http://www.classx.it/public/j2dbenchmark.jar , along with the sources. You can start it with a double click or through the command line with:
java -cp j2dbenchmark.jar -Dsun.java2d.translaccel=true -Dsun.java2d.ddforcevram=true -Dsun.java2d.opengl=True j2dbenchmark.J2DBenchmark
I still have to implement support for text, glyphs, primitives, clipping, stroke, fill.
Comments, improvements welcome.
p.s.
Thanks Chris, you’re welcome as usual!