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 765 of file lhf.hpp.

Member Function Documentation

◆ to_string()

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

Definition at line 788 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 782 of file lhf.hpp.

Referenced by to_string().

◆ 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 786 of file lhf.hpp.

Referenced by to_string().

◆ 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 778 of file lhf.hpp.

Referenced by to_string().

◆ equal_hits

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().

◆ hits

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().

◆ 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 774 of file lhf.hpp.

Referenced by to_string().


The documentation for this struct was generated from the following file: