#
0596ce4f |
| 05-Apr-2009 |
Stephan Aßmus <superstippi@gmx.de> |
One can now chose clipping or no clipping (--clipping or -c) and the drawing mode. The ClippedLineTest is removed, since that was a dup of RandomLines anyways.
git-svn-id: file:///srv/svn/repos/hai
One can now chose clipping or no clipping (--clipping or -c) and the drawing mode. The ClippedLineTest is removed, since that was a dup of RandomLines anyways.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29953 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
b4e9c99b |
| 29-Jul-2008 |
Stephan Aßmus <superstippi@gmx.de> |
* Added a SetupClipping() method to Test baseclass, which adds about 400 small clipping holes to the TestView user clipping. * Added a bunch of new tests. Here are some numbers from the test enviro
* Added a SetupClipping() method to Test baseclass, which adds about 400 small clipping holes to the TestView user clipping. * Added a bunch of new tests. Here are some numbers from the test environment, which is similar to running Haiku in VESA mode:
Horizontal lines per second: Haiku: 192964.663 (117,7%) ZETA: 163977.006
Vertical lines per second: Haiku: 90109.985 (276.9%) ZETA: 32538.458
Random lines per second: Haiku: 7998.451 (23.1%) ZETA: 34602.539
Random colored lines per second: Haiku: 7976.437 (22.9%) ZETA: 34788.247
Random clipped lines per second: Haiku: 262.180 (2.5%) ZETA: 10394.794
Clipped glyphs per second: Haiku: 5911.526 (1.0%) ZETA: 590508.726
Obviously the clipping performance is a punch in the stomache.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26683 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|