summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo/benchmarkinfo.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-04-07remove bogus '(const char*)' in debug statementsmickeyl1-1/+1
2004-04-04convert to Opie Debugging Frameworkmickeyl1-5/+5
2004-03-15Use qRound if round is not presentzecke1-1/+1
2004-03-14Make use of ODPzecke1-9/+12
2004-03-05use listview stuff from libopie2mickeyl1-24/+29
miscellaneous cleanups
2004-03-02hack so it compiles with gcc2 toolchainalwin1-0/+4
2004-03-02applied the patch generated by the optimize_connect script fromalwin1-1/+1
TT.
2004-02-29Added a column to compare your own results with typical resultsmickeyl1-21/+73
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-69/+27
2004-02-27convert text and gfx tests to using a fixed time of seconds. that makesmickeyl1-42/+46
results more comparable between a broad range of machines
2004-02-27the integer test now is the official dhrystone benchmarkmickeyl1-4/+5
that makes it easier to compare results
2004-02-27This patch adds a benchmark tab to SysInfo!mickeyl1-0/+453
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!