Skip to content
/ TimeMS Public

microsecond and millisecond timing for code (windows native C++)

License

Notifications You must be signed in to change notification settings

qwadzie/TimeMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

TimeMS.h

microsecond and millisecond timing for code (windows native C++) Simply include .h file, create a 'CTimeMS' object locally or globally, and call 'ShowCurrMicro('message'), GetTimeMicro(), GetTimeMS. Use 'Start()' to start accumulative values between 'ShowCurrMicro()' calls. ShowCurrMicro() outputs to debug window (in VS output if debugging, or use sysinternals DebugView run in administrator mode.

TODO: C++/CX version. C# JS.

sprintf_s define requires include of <stdio.h>

About

microsecond and millisecond timing for code (windows native C++)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages