2013-03-25 10:26:05 +01:00
|
|
|
config BR2_PACKAGE_IOZONE
|
|
|
|
bool "iozone"
|
|
|
|
depends on BR2_USE_MMU # fork()
|
2016-07-31 14:05:45 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
2013-03-25 10:26:05 +01:00
|
|
|
help
|
|
|
|
IOzone is a filesystem benchmark tool.
|
|
|
|
The benchmark generates and measures a variety of file operations
|
|
|
|
|
|
|
|
http://www.iozone.org/
|
2016-07-31 14:05:45 +02:00
|
|
|
|
|
|
|
comment "iozone needs a toolchain w/ NPTL"
|
|
|
|
depends on BR2_USE_MMU
|
2016-10-12 23:05:23 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
|