![]() |
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 38 of file profiling.hpp.
|
inline |
Definition at line 51 of file profiling.hpp.
|
inline |
Definition at line 44 of file profiling.hpp.
| long double lhf::PerformanceStatistics::Duration::duration = 0 |
Definition at line 42 of file profiling.hpp.
Referenced by get_cumul_duration_ms().
| bool lhf::PerformanceStatistics::Duration::started = false |
Definition at line 39 of file profiling.hpp.
| TimePoint lhf::PerformanceStatistics::Duration::t1 |
Definition at line 40 of file profiling.hpp.
Referenced by get_curr_duration_ms().
| TimePoint lhf::PerformanceStatistics::Duration::t2 |
Definition at line 41 of file profiling.hpp.
Referenced by get_curr_duration_ms().