https://github.com/fenbf/simpleperftimer
Simple Performance Timer for C++ apps
https://github.com/fenbf/simpleperftimer
Last synced: 9 months ago
JSON representation
Simple Performance Timer for C++ apps
- Host: GitHub
- URL: https://github.com/fenbf/simpleperftimer
- Owner: fenbf
- Created: 2016-01-06T20:41:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-08T13:42:18.000Z (almost 10 years ago)
- Last Synced: 2023-03-24T23:47:06.252Z (almost 3 years ago)
- Language: C++
- Size: 3.91 KB
- Stars: 21
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimplePerfTimer
Simple Performance Timer for C++ apps
Small utility class that helps in benchmarking/profiling a cpp code.
Full description can be found at my blog, [Code and Graphics - Simple Perf Timer](http://www.bfilipek.com/2016/01/simple-performance-timer.html)