Skip to content

Cross-platform C++ static utility for nanosecond precision time

License

Notifications You must be signed in to change notification settings

sadmansk/nano-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nano timer build status

C++ static utility for nanosecond precision time

Requirements:

These files will work under any compiler that supports at the minimum C++11. Make sure to use the correct compiler for your platform of choice for running the provided example.cpp.

Usage:

Add #include "path/to/timer.h" to the file where you want to use the timer.

Timer::reset() resets the start time to the current time.

Timer::elapsed() returns the elapsed duration between the start time and current time.

Initially, start time is initialized to the current time, i.e. time at the start of the program.

The file example.cpp file contains usage examples. To run the example file:

g++ -o example example.cpp timer.h timer.cpp
./example

License:

See LICENSE for more details.

Releases

No releases published

Packages

 
 
 

Languages