7#include <guanaqo/export.h>
24GUANAQO_EXPORT std::ostream &
operator<<(std::ostream &, TimingsCPU);
35 using clock = std::chrono::steady_clock;
std::chrono::nanoseconds wall_time
std::chrono::nanoseconds cpu_time
std::ostream & operator<<(std::ostream &, TimingsCPU)
Measures the number of invocations of a specific piece of code and its run time.
std::chrono::steady_clock clock
clock::time_point wall_start_time
Timed(const Timed &)=delete
Timed & operator=(const Timed &)=delete