index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
test_mem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
1
-3
/
+1
2019-05-31
Fix IRAM overflow introduced in 7a8c9daf7ef
Marcin Bukat
1
-3
/
+8
2017-10-22
test_mem: increase dram buffer if possible, cap number of iterations
Amaury Pouly
1
-3
/
+9
2016-08-03
test_mem: print clock speed in MHz so it fits on smaller screens.
Michael Giacomelli
1
-1
/
+1
2013-06-13
test_mem: silence -Wunused-but-set-variable warning
Rafaël Carré
1
-0
/
+1
2011-01-01
Higher precision for test_mem plugin.
Andree Buschmann
1
-1
/
+1
2010-12-02
Changes to test_mem. Improve readability for smaller displays, increase loop ...
Andree Buschmann
1
-20
/
+25
2010-12-02
Change the gcc options for sdl builds to allow for gnu99 features, it needs s...
Thomas Martitz
1
-1
/
+3
2010-12-02
Some improvements for test_mem:
Thomas Martitz
1
-72
/
+87
2010-11-27
Use MEM_ALIGN_ATTR in test_mem plugin.
Andree Buschmann
1
-2
/
+2
2010-11-14
Use same loop count for writing and memset'ing in test_mem to have same preci...
Andree Buschmann
1
-1
/
+1
2010-08-24
Second try: Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
1
-1
/
+1
2010-08-23
Revert "Introduce plugin_crt0.c that every plugin links."
Thomas Martitz
1
-1
/
+1
2010-08-23
Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
1
-1
/
+1
2010-06-21
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
1
-1
/
+1
2010-05-24
Fix test_mem for the archos plugin buffer size and for charcell.
Jens Arnold
1
-0
/
+6
2010-05-24
Correct new memcpy/memset functionality in test_mem plugin. Use appropriate c...
Andree Buschmann
1
-15
/
+19
2010-05-18
Add memset/memcpy benches to test_mem plugin
Marcin Bukat
1
-0
/
+40
2010-05-09
Submit FS#11253. Rework of test_mem plugin to bench DRAM and IRAM. Also add A...
Andree Buschmann
1
-40
/
+121
2010-05-07
Use 'HZ' and remove 'volatile' as suggested by kugel.
Andree Buschmann
1
-3
/
+3
2010-05-07
Changes in test_mem plugin: Use correct formula to calculate KB/s, reasonable...
Andree Buschmann
1
-8
/
+20
2010-04-05
test_mem: fix r25464: button_get() can't be used with actions
Rafaël Carré
1
-2
/
+1
2010-04-03
Make test_mem.c and test_boost.c compilable on targets without BUTTON_UP.
Andree Buschmann
1
-4
/
+5
2010-04-03
Move delta calculation up so that only the loop time counts.
Thomas Martitz
1
-1
/
+1
2010-04-03
Memory benchmark plugin. Tests memory speeds and prints the kB/s.
Thomas Martitz
1
-0
/
+98