Operation performance Statistics.
More...
#include <mde.hpp>
Operation performance Statistics.
Definition at line 864 of file mde.hpp.
◆ to_string()
| String mde::OperationPerf::to_string |
( |
| ) |
const |
|
inline |
◆ cold_misses
| size_t mde::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 881 of file mde.hpp.
◆ edge_misses
| size_t mde::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 885 of file mde.hpp.
◆ empty_hits
| size_t mde::OperationPerf::empty_hits = 0 |
Number of empty hits (operation is optimised because at least one of the sets is empty)
Definition at line 877 of file mde.hpp.
◆ equal_hits
| size_t mde::OperationPerf::equal_hits = 0 |
Number of equal hits (both arguments consist of the same set)
Definition at line 869 of file mde.hpp.
◆ hits
| size_t mde::OperationPerf::hits = 0 |
Number of direct hits (operation pair in map)
Definition at line 866 of file mde.hpp.
◆ subset_hits
| size_t mde::OperationPerf::subset_hits = 0 |
Number of subset hits (operation pair not in but resolvable using subset relation)
Definition at line 873 of file mde.hpp.
The documentation for this struct was generated from the following file: