Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 618 Bytes

File metadata and controls

11 lines (8 loc) · 618 Bytes

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