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
- Host: GitHub
- URL: https://github.com/rsaz/cppcheck
- Owner: rsaz
- License: mit
- Created: 2018-06-24T09:02:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T09:13:42.000Z (over 7 years ago)
- Last Synced: 2025-08-23T10:36:18.853Z (4 months ago)
- Topics: cplusplus, cplusplus-11, cplusplus-17, execution-time, performance, performance-analysis, performance-testing, time-tracker, timestamp
- Language: C++
- Size: 11.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
