summaryrefslogtreecommitdiffstats
path: root/package/tinymembench/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/tinymembench/Config.in')
-rw-r--r--package/tinymembench/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/tinymembench/Config.in b/package/tinymembench/Config.in
new file mode 100644
index 000000000..0d45532e2
--- /dev/null
+++ b/package/tinymembench/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_TINYMEMBENCH
+ bool "tinymembench"
+ help
+ Tinymembench is a simple memory benchmark program, which
+ tries to measure the peak bandwidth of sequential memory
+ accesses and the latency of random memory accesses.
+ Bandwidth is measured by running different assembly code for
+ the aligned memory blocks and attempting different prefetch
+ strategies.
+
+ https://github.com/ssvb/tinymembench