blob: 5481ca15e2e9ca1c568b07007122a3c719a0fe34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
config BR2_PACKAGE_IOZONE
bool "iozone"
depends on BR2_LARGEFILE
depends on BR2_USE_MMU # fork()
help
IOzone is a filesystem benchmark tool.
The benchmark generates and measures a variety of file operations
http://www.iozone.org/
comment "IOzone requires a toolchain with LARGEFILE support"
depends on !BR2_LARGEFILE
|