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