![]() |
LatticeHashForest
|
#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 |
Definition at line 28 of file profiling.hpp.
|
inline |
Definition at line 42 of file profiling.hpp.
|
inline |
Definition at line 34 of file profiling.hpp.
long double lhf::PerformanceStatistics::Duration::duration = 0 |
Definition at line 32 of file profiling.hpp.
Referenced by get_cumul_duration_ms().
bool lhf::PerformanceStatistics::Duration::started = false |
Definition at line 29 of file profiling.hpp.
TimePoint lhf::PerformanceStatistics::Duration::t1 |
Definition at line 30 of file profiling.hpp.
Referenced by get_curr_duration_ms().
TimePoint lhf::PerformanceStatistics::Duration::t2 |
Definition at line 31 of file profiling.hpp.
Referenced by get_curr_duration_ms().