* 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:
parent
9e97543e33
commit
c2bc76816b
6 changed files with 103 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue