Config.in 879 B

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