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

const std::string key
 
PerformanceStatisticsstat
 

Detailed Description

The object used to enable the duration capturing mechanism.

Definition at line 115 of file profiling.hpp.

Constructor & Destructor Documentation

◆ __CalcTime()

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

Definition at line 119 of file profiling.hpp.

◆ ~__CalcTime()

lhf::__CalcTime::~__CalcTime ( )
inline

Definition at line 122 of file profiling.hpp.

Member Data Documentation

◆ key

const std::string lhf::__CalcTime::key

Definition at line 116 of file profiling.hpp.

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

◆ stat

PerformanceStatistics& lhf::__CalcTime::stat

Definition at line 117 of file profiling.hpp.

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


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