Skip to content

adeharo9/Chrono

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrono

Version License: MIT Build Status

Where am I?

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!

How do I use it?

No additional builds, no compilation issues, no added complexities!

Simply do the following:

  1. Make sure you are compiling your project using gcc/g++ 6.0 or later.
  2. Add #include "Chrono.h to the project file/s where you want to use Chrono.
  3. Instantiate a Chrono object Chrono chrono();.
  4. Start using our public methods!

But I need more!

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!

About

Chronometer class for C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published