StopwatchWin32

July 8, 2016 ยท View on GitHub

by Giovanni Dicanio

A simple C++ Stopwatch class implemented using Windows Win32 native C APIs (high-resolution time stamps: QueryPerformanceCounter and QueryPerformanceFrequency).

This is a header-only class implemented in the Stopwatch.h file.

To reuse it in your projects, just #include "Stopwatch.h".