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