GiovanniDicanio / StopwatchWin32

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C++ 100.0%