aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-04-12 10:10:20 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-05-15 18:32:11 +0200
commit8decd80927fc0ff8432d6c8cc1c3d34d7726be86 (patch)
treee09178b7cd7297a888810c3819d0f3a8ab45d2cc /Makefile
parent863ba0586620ac32fc0dcb63a488c62b729160ad (diff)
downloadsparse-dev-8decd80927fc0ff8432d6c8cc1c3d34d7726be86.tar.gz
add show_allocation_stats()
There exist some function to display the stats from each allocator (show_<allocator>_alloc()) but these functions need to be called one by one and deosn't allow to make some totals. Chnage this by adding show_allocation_stats() which display (in a more consise way) the stats from every allocator, together with the totals. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 76902b75..b32fc96e 100644
--- a/Makefile
+++ b/Makefile
@@ -106,6 +106,7 @@ LIB_OBJS= target.o parse.o tokenize.o pre-process.o symbol.o lib.o scope.o \
expression.o show-parse.o evaluate.o expand.o inline.o linearize.o \
char.o sort.o allocate.o compat-$(OS).o ptrlist.o \
builtin.o \
+ stats.o \
flow.o cse.o simplify.o memops.o liveness.o storage.o unssa.o dissect.o
LIB_FILE= libsparse.a