summaryrefslogtreecommitdiff
path: root/tests/memtest/memtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/memtest/memtest.cpp')
-rw-r--r--tests/memtest/memtest.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/memtest/memtest.cpp b/tests/memtest/memtest.cpp
index 86ec9a41..7b097d39 100644
--- a/tests/memtest/memtest.cpp
+++ b/tests/memtest/memtest.cpp
@@ -43,15 +43,15 @@ static void usage(char* p) {
" write_bandwidth [--size BYTES_TO_WRITE]\n"
" read_bandwidth [--size BYTES_TO_COPY]\n"
" per_core_bandwidth [--size BYTES]\n"
- " --type copy_ldrd_strd | copy_ldmia_stmia | copy_vld_vst |\n"
- " copy_vldmia_vstmia | memcpy | write_strd | write_stmia |\n"
- " write_vst | write_vstmia | memset | read_ldrd |\n"
- " read_ldmia | read_vld | read_vldmia\n"
+ " --type copy_ldrd_strd | copy_ldmia_stmia | copy_vld1_vst1 |\n"
+ " copy_vldr_vstr | copy_vldmia_vstmia | memcpy | write_strd |\n"
+ " write_stmia | write_vst1 | write_vstr | write_vstmia | memset |\n"
+ " read_ldrd | read_ldmia | read_vld1 | read_vldr | read_vldmia\n"
" multithread_bandwidth [--size BYTES]\n"
- " --type copy_ldrd_strd | copy_ldmia_stmia | copy_vld_vst |\n"
- " copy_vldmia_vstmia | memcpy | write_strd | write_stmia |\n"
- " write_vst | write_vstmia | memset | read_ldrd |\n"
- " read_ldmia | read_vld | read_vldmia\n"
+ " --type copy_ldrd_strd | copy_ldmia_stmia | copy_vld1_vst1 |\n"
+ " copy_vldr_vstr | copy_vldmia_vstmia | memcpy | write_strd |\n"
+ " write_stmia | write_vst1 | write_vstr | write_vstmia | memset |\n"
+ " read_ldrd | read_ldmia | read_vld1 | read_vldr | read_vldmia\n"
" --num_threads NUM_THREADS_TO_RUN\n"
" malloc [fill]\n"
" madvise\n"