Application Processor Benchmarks: Difference between revisions
From HBMobile
Jump to navigationJump to search
TomCooksey (talk | contribs) No edit summary |
TomCooksey (talk | contribs) (Added S3C2440A result) |
||
Line 11: | Line 11: | ||
!PXA255 (400Mhz) | !PXA255 (400Mhz) | ||
!PXA270 (600Mhz) | !PXA270 (600Mhz) | ||
!S3C2440A | |||
|- | |- | ||
|NUMERIC SORT || 133.72 || 152.44 || 198.12 | |NUMERIC SORT || 133.72 || 152.44 || 198.12 || 91.523 | ||
|- | |- | ||
|STRING SORT || 8.1317 || 10.753 || 17.469 | |STRING SORT || 8.1317 || 10.753 || 17.469 || 8.307 | ||
|- | |- | ||
|BITFIELD || 4.3146e+07 || 3.6149e+07 || 6.6802e+07 | |BITFIELD || 4.3146e+07 || 3.6149e+07 || 6.6802e+07 || 3.0876e+07 | ||
|- | |- | ||
|FP EMULATION || 30.475 || 13.023 || 41.583 | |FP EMULATION || 30.475 || 13.023 || 41.583 || 7.9239 | ||
|- | |- | ||
| | |FOURIER || 147.52 || - || - || 11.727 | ||
|- | |- | ||
| | |ASSIGNMENT || - || - || 1.2438 || 0.48694 | ||
|- | |- | ||
|IDEA || 396.2 || 393.08 || 538.49 | |IDEA || 396.2 || 393.08 || 538.49 || 340.46 | ||
|- | |- | ||
|HUFFMAN || 171.95 || 21.716 || 302.12 | |HUFFMAN || 171.95 || 21.716 || 302.12 || 40.497 | ||
|- | |- | ||
|NEURAL NET || 0.22022 || - || - | |NEURAL NET || 0.22022 || - || - || 0.014012 | ||
|- | |- | ||
|LU DECOMPOSITION || 7.1372 || - || - | |LU DECOMPOSITION || 7.1372 || - || - || 0.48278 | ||
|} | |} | ||
= Test Setups = | = Test Setups = |
Revision as of 09:30, 5 July 2007
To get a feel for the performance of the various application processors avaliable on the market, we have benchmarked as many as we can get access to. The tool we have used to benchmark the processors is nbench 2.2.2, as it is easy to cross-compile and only depends on libc.
DISCLAIMER: These are simple synthetic benchmarks and may not represent "real-world" performance. The results may also not match different configurations than those tested (e.g. if different memory is used). The results we've got so far also seem to differ to other (probably more professional) results. E.g. The Synchromesh Computing benchmarks
Overview of Results
TEST | i.MX31 (532Mhz) | PXA255 (400Mhz) | PXA270 (600Mhz) | S3C2440A |
---|---|---|---|---|
NUMERIC SORT | 133.72 | 152.44 | 198.12 | 91.523 |
STRING SORT | 8.1317 | 10.753 | 17.469 | 8.307 |
BITFIELD | 4.3146e+07 | 3.6149e+07 | 6.6802e+07 | 3.0876e+07 |
FP EMULATION | 30.475 | 13.023 | 41.583 | 7.9239 |
FOURIER | 147.52 | - | - | 11.727 |
ASSIGNMENT | - | - | 1.2438 | 0.48694 |
IDEA | 396.2 | 393.08 | 538.49 | 340.46 |
HUFFMAN | 171.95 | 21.716 | 302.12 | 40.497 |
NEURAL NET | 0.22022 | - | - | 0.014012 |
LU DECOMPOSITION | 7.1372 | - | - | 0.48278 |