|
Tree Compression with Top Trees Revisited
|
A statistics aggregator. More...
#include <Statistics.h>

Public Member Functions | |
| Statistics (const std::string &edgeRatioFilename="", const std::string &debugInfoFilename="") | |
| ~Statistics () | |
| void | addDebugInfo (const DebugInfo &info) |
| add a debug info object More... | |
| void | compute () |
| void | dump (std::ostream &os) const |
Public Attributes | |
| DebugInfo | min |
| DebugInfo | max |
| DebugInfo | avg |
| std::ofstream | out |
| uint | numDebugInfos |
A statistics aggregator.
Definition at line 244 of file Statistics.h.
|
inline |
Definition at line 245 of file Statistics.h.
|
inline |
Definition at line 255 of file Statistics.h.
|
inline |
add a debug info object
Definition at line 260 of file Statistics.h.
|
inline |
Definition at line 274 of file Statistics.h.
|
inline |
Definition at line 278 of file Statistics.h.
| DebugInfo Statistics::avg |
Definition at line 308 of file Statistics.h.
| DebugInfo Statistics::max |
Definition at line 308 of file Statistics.h.
| DebugInfo Statistics::min |
Definition at line 308 of file Statistics.h.
| uint Statistics::numDebugInfos |
Definition at line 310 of file Statistics.h.
| std::ofstream Statistics::out |
Definition at line 309 of file Statistics.h.
1.8.9.1