xref: /OK3568_Linux_fs/buildroot/package/tinymembench/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_TINYMEMBENCH
2*4882a593Smuzhiyun	bool "tinymembench"
3*4882a593Smuzhiyun	depends on !BR2_MIPS_NABI32 && !BR2_MIPS_NABI64
4*4882a593Smuzhiyun	help
5*4882a593Smuzhiyun	  Tinymembench is a simple memory benchmark program, which
6*4882a593Smuzhiyun	  tries to measure the peak bandwidth of sequential memory
7*4882a593Smuzhiyun	  accesses and the latency of random memory accesses.
8*4882a593Smuzhiyun	  Bandwidth is measured by running different assembly code for
9*4882a593Smuzhiyun	  the aligned memory blocks and attempting different prefetch
10*4882a593Smuzhiyun	  strategies.
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  https://github.com/ssvb/tinymembench
13