An open API service indexing awesome lists of open source software.

https://github.com/rsaz/cppcheck

Implementation of three C++ classes to measure the execution time/code performance using Windows C native API and using Chrono Library
https://github.com/rsaz/cppcheck

cplusplus cplusplus-11 cplusplus-17 execution-time performance performance-analysis performance-testing time-tracker timestamp

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# CppCheck
Developed by: Richard Zampieri

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](https://user-images.githubusercontent.com/4088378/41841082-381f6b6e-781c-11e8-8b81-cacb8fbc2f82.PNG)