|
spot 2.14.2
|
This structure contains, for each thread, the collected information during the traversal. More...
#include <spot/mc/mc.hh>
Public Attributes | |
| std::vector< std::string > | name |
| The name of the algorithm used. | |
| std::vector< unsigned > | walltime |
| Walltime for this thread in ms. | |
| std::vector< unsigned > | states |
| Number of states visited. | |
| std::vector< unsigned > | transitions |
| Number of transitions visited. | |
| std::vector< int > | sccs |
| Number of SCCs or -1. | |
| std::vector< mc_rvalue > | value |
| The return status. | |
| std::vector< bool > | finisher |
| Is it the finisher thread? | |
| std::string | trace |
| The output trace. | |
This structure contains, for each thread, the collected information during the traversal.
| std::vector<bool> spot::ec_stats::finisher |
Is it the finisher thread?
| std::vector<std::string> spot::ec_stats::name |
The name of the algorithm used.
| std::vector<int> spot::ec_stats::sccs |
Number of SCCs or -1.
| std::vector<unsigned> spot::ec_stats::states |
Number of states visited.
| std::string spot::ec_stats::trace |
The output trace.
| std::vector<unsigned> spot::ec_stats::transitions |
Number of transitions visited.
| std::vector<mc_rvalue> spot::ec_stats::value |
The return status.
| std::vector<unsigned> spot::ec_stats::walltime |
Walltime for this thread in ms.
1.9.8