From d4fea900bdb92d7bba71348a40cb00b6748a8ecc Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 10 Jun 2007 00:54:27 +0000 Subject: add script which measures stack consumption. Current top users: 0x08052f52 uncompress []: 393312 0x080c8a58 input_tab []: 82104 0x08092d5b ifaddrlist []: 32828 0x08056163 loadfont_main []: 32796 0x0806e508 colon []: 16532 0x08056095 do_loadfont []: 16400 0x0806da70 place_cursor []: 16388 0x080792e8 login_main []: 9176 393 kb of stack??? OMG... --- Makefile.help | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.help') diff --git a/Makefile.help b/Makefile.help index fc661b110..e2e13de0c 100644 --- a/Makefile.help +++ b/Makefile.help @@ -39,4 +39,6 @@ help: @echo ' release - create a distribution tarball' @echo ' sizes - show size of all enabled busybox symbols' @echo ' objsizes - show size of each .o object built' + @echo ' bigdata - show data objects, biggest first' + @echo ' stksizes - show stack users, biggest first' @echo -- cgit v1.2.3