C++ Programming
08-12-2009, 08:02 PM
I'm looking for a high resolution timer that I can use in a console application. I already have a wrapper class for the windows QueryPerformanceCounter functions, however in order to use these I must use WINMAIN() instead of main(). The things I'm timing are just simple console applications, comparing the efficiency of some different algorithms.
So I need to know, where can I find a good timer that will work with console applications, or failing that, how can I use WINMAIN() and still have it display a console window?
So I need to know, where can I find a good timer that will work with console applications, or failing that, how can I use WINMAIN() and still have it display a console window?