summaryrefslogtreecommitdiff
path: root/apps/plugins/test_mem.c (follow)
Commit message (Expand)AuthorAge
* Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz2010-08-24
* Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz2010-08-23
* Introduce plugin_crt0.c that every plugin links.Thomas Martitz2010-08-23
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* Fix test_mem for the archos plugin buffer size and for charcell.Jens Arnold2010-05-24
* Correct new memcpy/memset functionality in test_mem plugin. Use appropriate c...Andree Buschmann2010-05-24
* Add memset/memcpy benches to test_mem pluginMarcin Bukat2010-05-18
* Submit FS#11253. Rework of test_mem plugin to bench DRAM and IRAM. Also add A...Andree Buschmann2010-05-09
* Use 'HZ' and remove 'volatile' as suggested by kugel.Andree Buschmann2010-05-07
* Changes in test_mem plugin: Use correct formula to calculate KB/s, reasonable...Andree Buschmann2010-05-07
* test_mem: fix r25464: button_get() can't be used with actionsRafaël Carré2010-04-05
* Make test_mem.c and test_boost.c compilable on targets without BUTTON_UP.Andree Buschmann2010-04-03
* Move delta calculation up so that only the loop time counts.Thomas Martitz2010-04-03
* Memory benchmark plugin. Tests memory speeds and prints the kB/s.Thomas Martitz2010-04-03