|
|
Rockbox mail archiveSubject: BenchmarksFrom: Björn Stenberg (bjorn_at_haxx.se) Date: 2002-09-05
I've written some simple benchmarks to test the speed of the player-old and recorder I have. The benchmark code is attached. Here is the result:
(Keep in mind that the player and recorder cpus are not clocked at the same frequency. The players run as 12 MHz while the recorders run at 11.0592 MHz. So ~8% difference is normal.)
Test 1: Disk reading. 10 MB sequential disk read.
Player: 1415 KB/s
Test 2: A simple double busy loop, code in IRAM.
Player: 4540 ms
Test 3: Same loop as test 2, code in DRAM.
Player: 4680 ms
This last number confirms what I have felt (and why I did these test): The Recorder DRAM is *very* slow, seriously affecting overall performance.
We should see if there is anything we can do to improve this. Maybe our dram parameters aren't optimal? Maybe we can use burst mode better? etc.
-- Björn
Page was last modified "Jan 10 2012" The Rockbox Crew |