mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Xiaomi has submitted the SGA and we can migrate the licese to ASF Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
22 lines
484 B
Text
22 lines
484 B
Text
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
config BENCHMARK_TINY_MEMBENCH
|
|
tristate "TinyMemBench"
|
|
default n
|
|
---help---
|
|
Measure the memory bandwidth and latency
|
|
|
|
if BENCHMARK_TINY_MEMBENCH
|
|
|
|
config BENCHMARK_TINY_MEMBENCH_PRIORITY
|
|
int "TinyMemBench task priority"
|
|
default 100
|
|
|
|
config BENCHMARK_TINY_MEMBENCH_STACKSIZE
|
|
int "TinyMemBench stack size"
|
|
default DEFAULT_TASK_STACKSIZE
|
|
|
|
endif
|