mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 02:18:54 +00:00
14 lines
378 B
Plaintext
14 lines
378 B
Plaintext
|
|
menuconfig LPKG_USING_DHRYSTONE
|
|
bool "DHRYSTONE: a benchmark that measures the performance of MCUs and CPUs."
|
|
default n
|
|
|
|
if LPKG_USING_DHRYSTONE
|
|
|
|
config DHRY_ITERS
|
|
int "Run the benchmark for a specified number of iterations."
|
|
default "32000000"
|
|
comment "You may ajust this number to make sure the benchmark runs long enough"
|
|
|
|
endif
|