summaryrefslogtreecommitdiff
path: root/apps/plugins/test_mem.c (follow)
Commit message (Collapse)AuthorAge
* Fix test_mem for the archos plugin buffer size and for charcell.Jens Arnold2010-05-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26273 a1c6a512-1295-4272-9138-f99709370657
* Correct new memcpy/memset functionality in test_mem plugin. Use appropriate ↵Andree Buschmann2010-05-24
| | | | | | clobber list for arm asm. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26255 a1c6a512-1295-4272-9138-f99709370657
* Add memset/memcpy benches to test_mem pluginMarcin Bukat2010-05-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26135 a1c6a512-1295-4272-9138-f99709370657
* Submit FS#11253. Rework of test_mem plugin to bench DRAM and IRAM. Also add ↵Andree Buschmann2010-05-09
| | | | | | ARM assembler and change the result format. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25918 a1c6a512-1295-4272-9138-f99709370657
* Use 'HZ' and remove 'volatile' as suggested by kugel.Andree Buschmann2010-05-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25893 a1c6a512-1295-4272-9138-f99709370657
* Changes in test_mem plugin: Use correct formula to calculate KB/s, ↵Andree Buschmann2010-05-07
| | | | | | reasonable unrolling of read/write loops to better match memory bandwidth. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25892 a1c6a512-1295-4272-9138-f99709370657
* test_mem: fix r25464: button_get() can't be used with actionsRafaël Carré2010-04-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25474 a1c6a512-1295-4272-9138-f99709370657
* Make test_mem.c and test_boost.c compilable on targets without BUTTON_UP.Andree Buschmann2010-04-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25464 a1c6a512-1295-4272-9138-f99709370657
* Move delta calculation up so that only the loop time counts.Thomas Martitz2010-04-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25452 a1c6a512-1295-4272-9138-f99709370657
* Memory benchmark plugin. Tests memory speeds and prints the kB/s.Thomas Martitz2010-04-03
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25450 a1c6a512-1295-4272-9138-f99709370657