Adiar
2.1.0
An External Memory Decision Diagram Library
|
Statistics on the internal algorithms and data structures. More...
Classes | |
struct | adiar::statistics |
Available statistics from algorithm's and data structures. More... | |
Functions | |
statistics | adiar::statistics_get () |
Obtain a copy of all statistics gathered. More... | |
void | adiar::statistics_print (std::ostream &o=std::cout) |
Print statistics to an output stream (default std::cout ). More... | |
void | adiar::statistics_reset () |
Resets all statistics to default value. More... | |
Statistics on the internal algorithms and data structures.
ADIAR_STATS
CMake variable is set to ON
. statistics adiar::statistics_get | ( | ) |
Obtain a copy of all statistics gathered.
Available statistics from algorithm's and data structures.
ADIAR_STATS
CMake variable set to ON
. void adiar::statistics_print | ( | std::ostream & | o = std::cout | ) |
Print statistics to an output stream (default std::cout
).
Available statistics from algorithm's and data structures.
ADIAR_STATS
CMake variable set to ON
. void adiar::statistics_reset | ( | ) |
Resets all statistics to default value.