Files
luban-lite-t3e-pro/packages/third-party/benchmark/whetstone/Kconfig

13 lines
305 B
Plaintext
Raw Normal View History

2023-08-30 16:21:18 +08:00
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