* 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
|
|
@ -183,6 +183,7 @@ namespace spot
|
|||
/// Number of dead SCC removed by the algorithm.
|
||||
unsigned removed_components;
|
||||
unsigned get_removed_components() const;
|
||||
unsigned get_vmsize() const;
|
||||
};
|
||||
|
||||
/// \brief A version of spot::couvreur99_check that tries to visit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue