Files
luban-lite-t3e-pro/packages/third-party/benchmark/whetstone/Kconfig
刘可亮 7bbc029dae v1.0.0
2023-08-30 16:21:18 +08:00

13 lines
305 B
Plaintext

menuconfig LPKG_USING_WHETSTONE
bool "WHETSTONE : a benchmark primarily measures the floating-point arithmetic performance."
default n
if LPKG_USING_WHETSTONE
config WHETSTONE_ITERATIONS
int "Run the benchmark for a specified number of iterations."
default "1000000"
endif