Serialbox  2.2.0
Data serialization library and tools for C/C++, Python and Fortran
serialbox::Timer Class Reference

High resolution timer. More...

#include <Timer.h>

Public Member Functions

 Timer ()
 Start the timer.
 
void start () noexcept
 Reset the timer to the current time.
 
double stop () noexcept
 Return the number of milliseconds elapsed since the timer was last reset.
 

Detailed Description

High resolution timer.

Definition at line 26 of file Timer.h.


The documentation for this class was generated from the following file: