summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo/benchmarkinfo.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-08-04apply patch in # 0001662, fixes build with uclibcllornkcor1-1/+1
2005-06-09Resource -> OResourcedrw1-2/+2
2004-11-04tiny layout tweakmickeyl1-2/+0
2004-10-16Replace QPEApplication::qpeDir() + "/ withzecke1-1/+1
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter
2004-09-20use ";", not "," as delimiter of the speed field's write and read speeds,schurig1-1/+1
because in the result file the fields are delimited with "," as well
2004-09-15minor adjustments to button layout. release 1.1.1mickeyl1-11/+8
2004-09-10oops, one 'b' to muchschurig1-1/+1
2004-09-10disable SD and CF speed test on MNCIschurig1-6/+14
change millibit to MegaByte (mb -> MB) change kilobit to Kilobyte (kb -> kB)
2004-08-27adapt unit for file benchmarks, if value too high for kb/secmickeyl1-1/+15
2004-08-19- improve benchmark reliabilty, especially for SD and CF cardsmickeyl1-128/+37
- 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-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!