Added sizeplot target that plots and shows the size of the code

This commit is contained in:
adamdunkels 2008-02-11 10:43:02 +00:00
parent b252bb9fc9
commit 9550fad2f3

View file

@ -58,3 +58,8 @@ sky-reset-sequence: $(foreach PORT, $(MOTES), $(PORT).sky-r)
%.sky-r:
$(BSL) --telosb -c $(basename $@) -r
sizeplot:
msp430-size $(OBJECTDIR)/*.o | $(CONTIKI)/tools/sky/check-size > size-data
gnuplot $(CONTIKI)/tools/sky/plot-size
gv size.pdf