Have you ever wondered how to know how fast your c++ code is ...
- ... using only std functions ...
- ... in a single header file ...
- ... with no namespace occlusion ...
- ... and 100% OpenSource?
Wait no more!
Because you have just landed on the I-answer-all-your-questions repository of Chrono, a simple and plain c++ class that will cover all your needs. And more!
No additional builds, no compilation issues, no added complexities!
Simply do the following:
- Make sure you are compiling your project using gcc/g++ 6.0 or later.
- Add
#include "Chrono.h
to the project file/s where you want to use Chrono. - Instantiate a Chrono object
Chrono chrono();
. - Start using our public methods!
You still need more from Chrono?
Then ask for it! That's why we are here!
- Simply open up an issue ...
- ... or fork our code and start a new pull request!