Skip to content

C++ application to track runtime of a Codeblock

Notifications You must be signed in to change notification settings

rclarsfull/RunTimeTimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

PerformanceTimer

How to use:

  • Call the Constuctor to start the Timer.
  • The Timer can be stoped with the method ".getTimeNS()". It will return the time in nanoseconds as a double.
  • The destructor will print the Time between construction and destruction to the consol.

About

C++ application to track runtime of a Codeblock

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages