Skip to content

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

License

Notifications You must be signed in to change notification settings

GiovanniDicanio/StopwatchWin32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages