[MemTesterNX] Add multi-thread(3) support and option to stress DRAM

This commit is contained in:
KazushiM
2021-12-26 04:37:18 +08:00
parent 4f922a1615
commit 4b0bd74e80
5 changed files with 377 additions and 185 deletions

View File

@@ -37,3 +37,6 @@ int test_8bit_wide_random(unsigned long volatile *bufa, unsigned long volatile *
int test_16bit_wide_random(unsigned long volatile *bufa, unsigned long volatile *bufb, size_t count);
#endif
int test_stress_memcpy(unsigned long volatile *bufa, unsigned long volatile *bufb, size_t count);
int test_stress_memset(unsigned long volatile *bufa, unsigned long volatile *bufb, size_t count);
int test_stress_memcmp(unsigned long volatile *bufa, unsigned long volatile *bufb, size_t count);