index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
test_mem.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
test_mem: silence -Wunused-but-set-variable warning
Rafaël Carré
2013-06-13
*
Higher precision for test_mem plugin.
Andree Buschmann
2011-01-01
*
Changes to test_mem. Improve readability for smaller displays, increase loop ...
Andree Buschmann
2010-12-02
*
Change the gcc options for sdl builds to allow for gnu99 features, it needs s...
Thomas Martitz
2010-12-02
*
Some improvements for test_mem:
Thomas Martitz
2010-12-02
*
Use MEM_ALIGN_ATTR in test_mem plugin.
Andree Buschmann
2010-11-27
*
Use same loop count for writing and memset'ing in test_mem to have same preci...
Andree Buschmann
2010-11-14
*
Second try: Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2010-08-24
*
Revert "Introduce plugin_crt0.c that every plugin links."
Thomas Martitz
2010-08-23
*
Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2010-08-23
*
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
2010-06-21
*
Fix test_mem for the archos plugin buffer size and for charcell.
Jens Arnold
2010-05-24
*
Correct new memcpy/memset functionality in test_mem plugin. Use appropriate c...
Andree Buschmann
2010-05-24
*
Add memset/memcpy benches to test_mem plugin
Marcin Bukat
2010-05-18
*
Submit FS#11253. Rework of test_mem plugin to bench DRAM and IRAM. Also add A...
Andree Buschmann
2010-05-09
*
Use 'HZ' and remove 'volatile' as suggested by kugel.
Andree Buschmann
2010-05-07
*
Changes in test_mem plugin: Use correct formula to calculate KB/s, reasonable...
Andree Buschmann
2010-05-07
*
test_mem: fix r25464: button_get() can't be used with actions
Rafaël Carré
2010-04-05
*
Make test_mem.c and test_boost.c compilable on targets without BUTTON_UP.
Andree Buschmann
2010-04-03
*
Move delta calculation up so that only the loop time counts.
Thomas Martitz
2010-04-03
*
Memory benchmark plugin. Tests memory speeds and prints the kB/s.
Thomas Martitz
2010-04-03