12#ifndef STOPWATCH_H_6014714286
13#define STOPWATCH_H_6014714286
19#include <Carna/Carna.h>
Implements stopwatch using the robust wallclock time from OMP that most compilers support.
Stopwatch()
Starts the time measurement.
double result() const
Tells result in seconds from current time measurement.
void restart()
Restarts the time measurement.
#define NON_COPYABLE
Features class it is placed in as non-copyable.