Config.in 376 B

1234567891011121314
  1. config BR2_PACKAGE_IOZONE
  2. bool "iozone"
  3. depends on BR2_USE_MMU # fork()
  4. depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
  5. help
  6. IOzone is a filesystem benchmark tool.
  7. The benchmark generates and measures a variety of file
  8. operations
  9. http://www.iozone.org/
  10. comment "iozone needs a toolchain w/ NPTL"
  11. depends on BR2_USE_MMU
  12. depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL