diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-19 13:46:24 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-19 13:46:24 +0000 |
commit | 3afac4ce0659553ca3e3daf6a8b2131a0607e729 (patch) | |
tree | 6bb173fc034d8e717c5120566341650618e354ac /libbb/Config.in | |
parent | 08a61180ceeafaa09e33ef5afc8af45a219ccdf1 (diff) | |
download | busybox-w32-3afac4ce0659553ca3e3daf6a8b2131a0607e729.tar.gz busybox-w32-3afac4ce0659553ca3e3daf6a8b2131a0607e729.tar.bz2 busybox-w32-3afac4ce0659553ca3e3daf6a8b2131a0607e729.zip |
top,ps: reduce CPU usage in decimal conversion (optional)
text data bss dec hex filename
734651 3040 14416 752107 b79eb busybox_old
734751 3040 14416 752207 b7a4f busybox_unstripped
Diffstat (limited to 'libbb/Config.in')
-rw-r--r-- | libbb/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libbb/Config.in b/libbb/Config.in index 5f4e416dd..f82a2b1ce 100644 --- a/libbb/Config.in +++ b/libbb/Config.in | |||
@@ -26,6 +26,13 @@ config MD5_SIZE_VS_SPEED | |||
26 | 2 3.0 5088 | 26 | 2 3.0 5088 |
27 | 3 (smallest) 5.1 4912 | 27 | 3 (smallest) 5.1 4912 |
28 | 28 | ||
29 | config FEATURE_FAST_TOP | ||
30 | bool "Faster /proc scanning code (+100 bytes)" | ||
31 | default n | ||
32 | help | ||
33 | This option makes top (and ps) ~20% faster (or 20% less CPU hungry), | ||
34 | but code size is slightly bigger. | ||
35 | |||
29 | config FEATURE_ETC_NETWORKS | 36 | config FEATURE_ETC_NETWORKS |
30 | bool "Support for /etc/networks" | 37 | bool "Support for /etc/networks" |
31 | default n | 38 | default n |