15#ifndef STOPWATCH_H_6014714286
16#define STOPWATCH_H_6014714286
Contains forward-declarations.
Implements stopwatch using the robust wallclock time from OMP that most compilers support.
double result() const
Tells result in seconds from current time measurement.
void restart()
Restarts the time measurement.
Stopwatch()
Starts the time measurement.
#define NON_COPYABLE
Marks the class that it is placed in as non-copyable.