performance 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. Speed
  2. =====
  3. CyBlaFB is much faster than tridentfb and vesafb. Compare the performance data
  4. for mode 1280x1024-[8,16,32]@61 Hz.
  5. Test 1: Cat a file with 2000 lines of 0 characters.
  6. Test 2: Cat a file with 2000 lines of 80 characters.
  7. Test 3: Cat a file with 2000 lines of 160 characters.
  8. All values show system time use in seconds, kernel 2.6.12 was used for
  9. the measurements. 2.6.13 is a bit slower, 2.6.14 hopefully will include a
  10. patch that speeds up kernel bitblitting a lot ( > 20%).
  11. +-----------+-----------------------------------------------------+
  12. | | not accelerated |
  13. | TRIDENTFB +-----------------+-----------------+-----------------+
  14. | of 2.6.12 | 8 bpp | 16 bpp | 32 bpp |
  15. | | noypan | ypan | noypan | ypan | noypan | ypan |
  16. +-----------+--------+--------+--------+--------+--------+--------+
  17. | Test 1 | 4.31 | 4.33 | 6.05 | 12.81 | ---- | ---- |
  18. | Test 2 | 67.94 | 5.44 | 123.16 | 14.79 | ---- | ---- |
  19. | Test 3 | 131.36 | 6.55 | 240.12 | 16.76 | ---- | ---- |
  20. +-----------+--------+--------+--------+--------+--------+--------+
  21. | Comments | | | completely bro- |
  22. | | | | ken, monitor |
  23. | | | | switches off |
  24. +-----------+-----------------+-----------------+-----------------+
  25. +-----------+-----------------------------------------------------+
  26. | | accelerated |
  27. | TRIDENTFB +-----------------+-----------------+-----------------+
  28. | of 2.6.12 | 8 bpp | 16 bpp | 32 bpp |
  29. | | noypan | ypan | noypan | ypan | noypan | ypan |
  30. +-----------+--------+--------+--------+--------+--------+--------+
  31. | Test 1 | ---- | ---- | 20.62 | 1.22 | ---- | ---- |
  32. | Test 2 | ---- | ---- | 22.61 | 3.19 | ---- | ---- |
  33. | Test 3 | ---- | ---- | 24.59 | 5.16 | ---- | ---- |
  34. +-----------+--------+--------+--------+--------+--------+--------+
  35. | Comments | broken, writing | broken, ok only | completely bro- |
  36. | | to wrong places | if bgcolor is | ken, monitor |
  37. | | on screen + bug | black, bug in | switches off |
  38. | | in fillrect() | fillrect() | |
  39. +-----------+-----------------+-----------------+-----------------+
  40. +-----------+-----------------------------------------------------+
  41. | | not accelerated |
  42. | VESAFB +-----------------+-----------------+-----------------+
  43. | of 2.6.12 | 8 bpp | 16 bpp | 32 bpp |
  44. | | noypan | ypan | noypan | ypan | noypan | ypan |
  45. +-----------+--------+--------+--------+--------+--------+--------+
  46. | Test 1 | 4.26 | 3.76 | 5.99 | 7.23 | ---- | ---- |
  47. | Test 2 | 65.65 | 4.89 | 120.88 | 9.08 | ---- | ---- |
  48. | Test 3 | 126.91 | 5.94 | 235.77 | 11.03 | ---- | ---- |
  49. +-----------+--------+--------+--------+--------+--------+--------+
  50. | Comments | vga=0x307 | vga=0x31a | vga=0x31b not |
  51. | | fh=80kHz | fh=80kHz | supported by |
  52. | | fv=75kHz | fv=75kHz | video BIOS and |
  53. | | | | hardware |
  54. +-----------+-----------------+-----------------+-----------------+
  55. +-----------+-----------------------------------------------------+
  56. | | accelerated |
  57. | CYBLAFB +-----------------+-----------------+-----------------+
  58. | | 8 bpp | 16 bpp | 32 bpp |
  59. | | noypan | ypan | noypan | ypan | noypan | ypan |
  60. +-----------+--------+--------+--------+--------+--------+--------+
  61. | Test 1 | 8.02 | 0.23 | 19.04 | 0.61 | 57.12 | 2.74 |
  62. | Test 2 | 8.38 | 0.55 | 19.39 | 0.92 | 57.54 | 3.13 |
  63. | Test 3 | 8.73 | 0.86 | 19.74 | 1.24 | 57.95 | 3.51 |
  64. +-----------+--------+--------+--------+--------+--------+--------+
  65. | Comments | | | |
  66. | | | | |
  67. | | | | |
  68. | | | | |
  69. +-----------+-----------------+-----------------+-----------------+