8 #ifndef ABLASTR_TIMER_H_
9 #define ABLASTR_TIMER_H_
double get_global_duration() const
This collective function returns the maximum duration recorded across all the MPI ranks (in seconds).
Definition: Timer.cpp:33
void record_stop_time() noexcept
This function records the stop time.
Definition: Timer.cpp:21
double m_stop_time
Definition: Timer.H:61
double m_start_time
Definition: Timer.H:60
double get_duration() const noexcept
This function returns the duration, calculated as the difference between the stop time and the start ...
Definition: Timer.cpp:27
void record_start_time() noexcept
This function records the start time.
Definition: Timer.cpp:15
Timer()=default
The constructor.