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

The object used to enable the duration capturing mechanism. More...

#include <profiling.hpp>

Collaboration diagram for lhf::__CalcTime:
Collaboration graph
[legend]

Public Member Functions

 __CalcTime (PerformanceStatistics &stat, const std::string &key)
 
 ~__CalcTime ()
 

Public Attributes

std::string key
 
PerformanceStatisticsstat
 

Detailed Description

The object used to enable the duration capturing mechanism.

Definition at line 142 of file profiling.hpp.

Constructor & Destructor Documentation

◆ __CalcTime()

lhf::__CalcTime::__CalcTime ( PerformanceStatistics stat,
const std::string &  key 
)
inline

Definition at line 146 of file profiling.hpp.

◆ ~__CalcTime()

lhf::__CalcTime::~__CalcTime ( )
inline

Definition at line 150 of file profiling.hpp.

Member Data Documentation

◆ key

std::string lhf::__CalcTime::key

Definition at line 143 of file profiling.hpp.

Referenced by __CalcTime(), and ~__CalcTime().

◆ stat

PerformanceStatistics& lhf::__CalcTime::stat

Definition at line 144 of file profiling.hpp.

Referenced by __CalcTime(), and ~__CalcTime().


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