![]() |
Multilevel Deduplication Engine (MDE)
|
#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 36 of file profiling.hpp.
Definition at line 49 of file profiling.hpp.
Definition at line 42 of file profiling.hpp.
Definition at line 40 of file profiling.hpp.
Referenced by get_cumul_duration_ms().
Definition at line 37 of file profiling.hpp.
| TimePoint mde::PerformanceStatistics::Duration::t1 |
Definition at line 38 of file profiling.hpp.
Referenced by get_curr_duration_ms().
| TimePoint mde::PerformanceStatistics::Duration::t2 |
Definition at line 39 of file profiling.hpp.
Referenced by get_curr_duration_ms().