Developed by: Richard Zampieri [email protected]
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).
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.