Warning, /graphics/kst-plot/old_tests/kstXbench/README is written in an unsupported language. File is not indexed.
0001 This program attempts to benchmark the qt/X calls used by kst, to see if your 0002 graphics card is a bottleneck to performance. 0003 0004 To make it, 0005 qmake -project 0006 qmake 0007 make 0008 0009 Typical kst screen updates are 1-5 Hz, so anything over 20Hz is fine. 0010 The xorg or XFree drivers are ~20% faster in this bench than the ATI binaries. 0011 I have not checked NVIDIA's drivers. 0012 0013 You can expect 0014 ATI 9600: ~30 Hz 0015 NVidia G4 ~35 Hz 0016 ATI 9800: ~50 Hz 0017 ATI 8500: ~30 Hz 0018 0019 S3 on board: 2-6 Hz 0020 Laptop Radeons: 12 Hz - 25 Hz, depending on model and driver. 0021 0022 As with all benchmarks, make sure nothing else is running. 0023 0024 In some cases I have found terrible performance, even though nothing else 0025 was running. Restarting the X server fixed it. Not sure why....