/CppCheck

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

Primary LanguageC++MIT LicenseMIT

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