Emptiness-check statistics.
More...
#include <spot/twaalgos/emptiness_stats.hh>
Emptiness-check statistics.
Implementations of spot::emptiness_check may also implement this interface. Try to dynamic_cast the spot::emptiness_check pointer to know whether these statistics are available.
◆ stats_map
Map from statistic names to getter function pointers.
◆ unsigned_fun
| typedef unsigned(unsigned_statistics::* spot::unsigned_statistics::unsigned_fun) () const |
|
inherited |
Function pointer type for unsigned statistics getters.
◆ dec_depth()
| void spot::ec_statistics::dec_depth |
( |
unsigned |
n = 1 | ) |
|
|
inline |
Decrease the current DFS depth by n.
◆ depth()
| unsigned spot::ec_statistics::depth |
( |
| ) |
const |
|
inline |
Return the current DFS depth.
◆ get()
| unsigned spot::unsigned_statistics::get |
( |
const char * |
str | ) |
const |
|
inlineinherited |
◆ inc_depth()
| void spot::ec_statistics::inc_depth |
( |
unsigned |
n = 1 | ) |
|
|
inline |
Increase the current DFS depth by n.
◆ inc_states()
| void spot::ec_statistics::inc_states |
( |
| ) |
|
|
inline |
Increment the number of visited states.
◆ inc_transitions()
| void spot::ec_statistics::inc_transitions |
( |
| ) |
|
|
inline |
Increment the number of visited transitions.
◆ max_depth()
| unsigned spot::ec_statistics::max_depth |
( |
| ) |
const |
|
inline |
Return the maximum DFS depth reached.
◆ set_states()
| void spot::ec_statistics::set_states |
( |
unsigned |
n | ) |
|
|
inline |
Set the number of visited states.
◆ states()
| unsigned spot::ec_statistics::states |
( |
| ) |
const |
|
inline |
Return the number of visited states.
◆ transitions()
| unsigned spot::ec_statistics::transitions |
( |
| ) |
const |
|
inline |
Return the number of visited transitions.
◆ stats
The documentation for this class was generated from the following file: