summaryrefslogtreecommitdiffstats
path: root/apps/plugins/test_mem.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-31Fix IRAM overflow introduced in 7a8c9daf7efMarcin Bukat1-3/+8
2017-10-22test_mem: increase dram buffer if possible, cap number of iterationsAmaury Pouly1-3/+9
2016-08-03test_mem: print clock speed in MHz so it fits on smaller screens.Michael Giacomelli1-1/+1
2013-06-13test_mem: silence -Wunused-but-set-variable warningRafaël Carré1-0/+1
2011-01-01Higher precision for test_mem plugin.Andree Buschmann1-1/+1
2010-12-02Changes to test_mem. Improve readability for smaller displays, increase loop ...Andree Buschmann1-20/+25
2010-12-02Change the gcc options for sdl builds to allow for gnu99 features, it needs s...Thomas Martitz1-1/+3
2010-12-02Some improvements for test_mem:Thomas Martitz1-72/+87
2010-11-27Use MEM_ALIGN_ATTR in test_mem plugin.Andree Buschmann1-2/+2
2010-11-14Use same loop count for writing and memset'ing in test_mem to have same preci...Andree Buschmann1-1/+1
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-1/+1
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-1/+1
2010-05-24Fix test_mem for the archos plugin buffer size and for charcell.Jens Arnold1-0/+6
2010-05-24Correct new memcpy/memset functionality in test_mem plugin. Use appropriate c...Andree Buschmann1-15/+19
2010-05-18Add memset/memcpy benches to test_mem pluginMarcin Bukat1-0/+40
2010-05-09Submit FS#11253. Rework of test_mem plugin to bench DRAM and IRAM. Also add A...Andree Buschmann1-40/+121
2010-05-07Use 'HZ' and remove 'volatile' as suggested by kugel.Andree Buschmann1-3/+3
2010-05-07Changes in test_mem plugin: Use correct formula to calculate KB/s, reasonable...Andree Buschmann1-8/+20
2010-04-05test_mem: fix r25464: button_get() can't be used with actionsRafaël Carré1-2/+1
2010-04-03Make test_mem.c and test_boost.c compilable on targets without BUTTON_UP.Andree Buschmann1-4/+5
2010-04-03Move delta calculation up so that only the loop time counts.Thomas Martitz1-1/+1
2010-04-03Memory benchmark plugin. Tests memory speeds and prints the kB/s.Thomas Martitz1-0/+98