Accepting Run Search statistics.
More...
#include <spot/twaalgos/emptiness_stats.hh>
Accepting Run Search statistics.
Implementations of spot::emptiness_check_result may also implement this interface. Try to dynamic_cast the spot::emptiness_check_result 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.
◆ ars_cycle_states()
| unsigned spot::ars_statistics::ars_cycle_states |
( |
| ) |
const |
|
inline |
Return the number of cycle states visited.
◆ ars_prefix_states()
| unsigned spot::ars_statistics::ars_prefix_states |
( |
| ) |
const |
|
inline |
Return the number of prefix states visited.
◆ get()
| unsigned spot::unsigned_statistics::get |
( |
const char * |
str | ) |
const |
|
inlineinherited |
◆ inc_ars_cycle_states()
| void spot::ars_statistics::inc_ars_cycle_states |
( |
| ) |
|
|
inline |
Increment the count of cycle states visited.
◆ inc_ars_prefix_states()
| void spot::ars_statistics::inc_ars_prefix_states |
( |
| ) |
|
|
inline |
Increment the count of prefix states visited.
◆ stats
The documentation for this class was generated from the following file: