summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo/benchmarkinfo.h
AgeCommit message (Collapse)AuthorFilesLines
2004-09-10disable SD and CF speed test on MNCIschurig1-0/+4
change millibit to MegaByte (mb -> MB) change kilobit to Kilobyte (kb -> kB)
2004-08-19- improve benchmark reliabilty, especially for SD and CF cardsmickeyl1-2/+0
- split file benchmarks into read/write - add AUTHORS file - encode individual version (it's opie-sysinfo 1.1.0 now) into the .pro file
2004-03-14Make use of ODPzecke1-11/+11
2004-03-05use listview stuff from libopie2mickeyl1-11/+11
miscellaneous cleanups
2004-02-29Added a column to compare your own results with typical resultsmickeyl1-1/+6
Added a combobox and a (text) data file for known results
2004-02-27ram,cf and sd seem to work now. didn't test on a PDA yet though ;)mickeyl1-3/+4
2004-02-27convert text and gfx tests to using a fixed time of seconds. that makesmickeyl1-12/+2
results more comparable between a broad range of machines
2004-02-27the integer test now is the official dhrystone benchmarkmickeyl1-0/+1
that makes it easier to compare results
2004-02-27This patch adds a benchmark tab to SysInfo!mickeyl1-0/+72
Available tests & Implementation Status: ------------------------------------------- Integer Arithmetic: done Floating Point: done Text Rendering: done Gfx Rendering: done RAM Performance: in progress SD Performance: not yet done CF Performance: not yet done ------------------------------------------- I will complete this on weekend by adding the last tests and adding a comparison table for known systems :) Have Fun!