Skip to content
/ CppCheck Public

Implementation of three C++ classes to measure the execution time/code performance using Windows C native API and using Chrono Library

License

Notifications You must be signed in to change notification settings

rsaz/CppCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

CppCheck

Developed by: Richard Zampieri br.developer@gmail.com

Implementation of three C++ classes to measure the execution time/code performance using Windows C native API and using Chrono Library (using high-resolution time ticks: QueryPerformanceCounter and QueryPerformanceFrequency).

How to use

To reuse it in your projects, download/add the file "CppCheck.h" to your project folder and #include "CppCheck.h".
In App.cpp you will find example how to use each class.

snippet

About

Implementation of three C++ classes to measure the execution time/code performance using Windows C native API and using Chrono Library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages