#
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 ...
|
#
3cb3e0e2 |
| 29-Jul-2008 |
Stephan Aßmus <superstippi@gmx.de> |
* Fixed coding style issues pointed out by Axel * Use more letters of the roman alphabet (doh...) * Tested drawing mode is currently B_OP_COPY
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26
* Fixed coding style issues pointed out by Axel * Use more letters of the roman alphabet (doh...) * Tested drawing mode is currently B_OP_COPY
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26681 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
7c265858 |
| 29-Jul-2008 |
Stephan Aßmus <superstippi@gmx.de> |
The start of a benchmark application to test various performance questions of the Haiku app_server. The immediate comparison are of course BeOS and ZETA. Currently, it measures the performance of dra
The start of a benchmark application to test various performance questions of the Haiku app_server. The immediate comparison are of course BeOS and ZETA. Currently, it measures the performance of drawing untransformed text. For now, I have only tested on ZETA and the app_server testing environment. Will let you know my findings with Haiku running on real hardware.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26680 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|