LatticeHashForest
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
lhf::OperationPerf Struct Reference

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
 

Detailed Description

Operation performance Statistics.

Definition at line 1020 of file lhf.hpp.

Member Function Documentation

◆ to_string()

String lhf::OperationPerf::to_string ( ) const
inline

Definition at line 1043 of file lhf.hpp.

Member Data Documentation

◆ 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: