Multilevel Deduplication Engine (MDE)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
mde::__CalcTime Struct Reference

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

#include <profiling.hpp>

Collaboration diagram for mde::__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 140 of file profiling.hpp.

Constructor & Destructor Documentation

◆ __CalcTime()

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

Definition at line 144 of file profiling.hpp.

◆ ~__CalcTime()

mde::__CalcTime::~__CalcTime ( )
inline

Definition at line 148 of file profiling.hpp.

Member Data Documentation

◆ key

std::string mde::__CalcTime::key

Definition at line 141 of file profiling.hpp.

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

◆ stat

PerformanceStatistics& mde::__CalcTime::stat

Definition at line 142 of file profiling.hpp.

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


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