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

#include <profiling.hpp>

Public Member Functions

long double get_curr_duration_ms ()
 
long double get_cumul_duration_ms ()
 

Public Attributes

bool started = false
 
TimePoint t1
 
TimePoint t2
 
long double duration = 0
 

Detailed Description

Definition at line 28 of file profiling.hpp.

Member Function Documentation

◆ get_cumul_duration_ms()

long double lhf::PerformanceStatistics::Duration::get_cumul_duration_ms ( )
inline

Definition at line 42 of file profiling.hpp.

◆ get_curr_duration_ms()

long double lhf::PerformanceStatistics::Duration::get_curr_duration_ms ( )
inline

Definition at line 34 of file profiling.hpp.

Member Data Documentation

◆ duration

long double lhf::PerformanceStatistics::Duration::duration = 0

Definition at line 32 of file profiling.hpp.

Referenced by get_cumul_duration_ms().

◆ started

bool lhf::PerformanceStatistics::Duration::started = false

Definition at line 29 of file profiling.hpp.

◆ t1

TimePoint lhf::PerformanceStatistics::Duration::t1

Definition at line 30 of file profiling.hpp.

Referenced by get_curr_duration_ms().

◆ t2

TimePoint lhf::PerformanceStatistics::Duration::t2

Definition at line 31 of file profiling.hpp.

Referenced by get_curr_duration_ms().


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