Config.in 1.0 KB

1234567891011121314151617181920212223242526
  1. config BR2_PACKAGE_LATENCYTOP
  2. bool "latencytop"
  3. depends on BR2_USE_WCHAR # libglib2
  4. depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
  5. depends on BR2_USE_MMU # libglib2
  6. select BR2_PACKAGE_NCURSES
  7. select BR2_PACKAGE_LIBGLIB2
  8. help
  9. There are many types and causes of latency. LatencyTOP
  10. focuses on the type of latency that causes skips in audio,
  11. stutters in your desktop experience or that overloads your
  12. server (while you have plenty of CPU power left).
  13. LatencyTOP focuses on the cases where the applications want
  14. to run and execute useful code, but there's some resource
  15. that's not currently available (and the kernel then blocks
  16. the process). This is done both on a system level and on a
  17. per process level, so that you can see what's happening to
  18. the system, and which process is suffering and/or causing
  19. the delays.
  20. http://www.latencytop.org
  21. comment "latencytop needs a toolchain w/ wchar, threads"
  22. depends on BR2_USE_MMU
  23. depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS