![]() |
LatticeHashForest
|
Operation performance Statistics. More...
#include <lhf.hpp>
Public Member Functions | |
String | to_string () const |
Public Attributes | |
size_t | hits = 0 |
Number of direct hits (operation pair in map) | |
size_t | equal_hits = 0 |
Number of equal hits (both arguments consist of the same set) | |
size_t | subset_hits = 0 |
size_t | empty_hits = 0 |
size_t | cold_misses = 0 |
size_t | edge_misses = 0 |
size_t lhf::OperationPerf::cold_misses = 0 |
Number of cold misses (operation pair not in map, and neither resultant set in map. Neither node in lattice exists, nor the edges)
Definition at line 782 of file lhf.hpp.
Referenced by to_string().
size_t lhf::OperationPerf::edge_misses = 0 |
Number of edge misses (operation pair not in map, but resultant set in map. Node in lattice exists, but not the edges)
Definition at line 786 of file lhf.hpp.
Referenced by to_string().
size_t lhf::OperationPerf::empty_hits = 0 |
Number of empty hits (operation is optimised because at least one of the sets is empty)
Definition at line 778 of file lhf.hpp.
Referenced by to_string().
size_t lhf::OperationPerf::equal_hits = 0 |
Number of equal hits (both arguments consist of the same set)
Definition at line 770 of file lhf.hpp.
Referenced by to_string().
size_t lhf::OperationPerf::hits = 0 |
Number of direct hits (operation pair in map)
Definition at line 767 of file lhf.hpp.
Referenced by to_string().
size_t lhf::OperationPerf::subset_hits = 0 |
Number of subset hits (operation pair not in but resolvable using subset relation)
Definition at line 774 of file lhf.hpp.
Referenced by to_string().