add script which measures stack consumption.
authorDenis Vlasenko <vda.linux@googlemail.com>
Sun, 10 Jun 2007 00:54:27 +0000 (00:54 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sun, 10 Jun 2007 00:54:27 +0000 (00:54 -0000)
commitd4fea900bdb92d7bba71348a40cb00b6748a8ecc
tree9f09ec44b1c7ee387e5bab1c499361ae7bc08573
parent77e44d60e698c2164f610072e9f7e2bacefdd589
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.custom
Makefile.help
scripts/checkstack.pl [new file with mode: 0755]