Operation performance Statistics.
More...
#include <lhf.hpp>
Operation performance Statistics.
Definition at line 1020 of file lhf.hpp.
◆ to_string()
String lhf::OperationPerf::to_string |
( |
| ) |
const |
|
inline |
◆ cold_misses
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 1037 of file lhf.hpp.
◆ edge_misses
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 1041 of file lhf.hpp.
◆ empty_hits
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 1033 of file lhf.hpp.
◆ equal_hits
size_t lhf::OperationPerf::equal_hits = 0 |
Number of equal hits (both arguments consist of the same set)
Definition at line 1025 of file lhf.hpp.
◆ hits
size_t lhf::OperationPerf::hits = 0 |
Number of direct hits (operation pair in map)
Definition at line 1022 of file lhf.hpp.
◆ subset_hits
size_t lhf::OperationPerf::subset_hits = 0 |
Number of subset hits (operation pair not in but resolvable using subset relation)
Definition at line 1029 of file lhf.hpp.
The documentation for this struct was generated from the following file: