* src/misc/memusage.cc, src/misc/memusage.hh: New files.

* src/misc/Makefile.am: Add them.
* src/tgbaalgos/gtec/gtec.cc,
src/tgbaalgos/gtec/gtec.hh: Add a "vmsize" statistic.
This commit is contained in:
Alexandre Duret-Lutz 2006-07-18 09:29:42 +00:00
parent 9e97543e33
commit c2bc76816b
6 changed files with 103 additions and 1 deletions

View file

@ -1,4 +1,4 @@
## Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6),
## Copyright (C) 2003, 2004, 2005, 2006 Laboratoire d'Informatique de Paris 6 (LIP6),
## département Systèmes Répartis Coopératifs (SRC), Université Pierre
## et Marie Curie.
##
@ -34,6 +34,7 @@ misc_HEADERS = \
hashfunc.hh \
ltstr.hh \
minato.hh \
memusage.hh \
modgray.hh \
optionmap.hh \
random.hh \
@ -46,6 +47,7 @@ libmisc_la_SOURCES = \
bddalloc.cc \
escape.cc \
freelist.cc \
memusage.cc \
minato.cc \
modgray.cc \
optionmap.cc \