diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-04-12 10:10:20 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-05-15 18:32:11 +0200 |
| commit | 8decd80927fc0ff8432d6c8cc1c3d34d7726be86 (patch) | |
| tree | e09178b7cd7297a888810c3819d0f3a8ab45d2cc /Makefile | |
| parent | 863ba0586620ac32fc0dcb63a488c62b729160ad (diff) | |
| download | sparse-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
