1 config BR2_PACKAGE_TINYMEMBENCH
3 depends on !BR2_MIPS_NABI32 && !BR2_MIPS_NABI64
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
12 https://github.com/ssvb/tinymembench