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

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

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)