/StopwatchWin32

Implementation of a C++ Stopwatch class based on Windows C native APIs

Primary LanguageC++MIT LicenseMIT

StopwatchWin32

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".