Detailed Description
Timer classes to measure performance.
This file includes timer classes to measure performance in windows systems. Timer class uses Windows specific calls to measure the time, therefore this file can only be used in windows platforms.
Classes | |
class | Timer |
Simple stopwatch class. More... | |
class | TimerCPU |
A stopwatch class that measures the CPU time of the current process. More... | |
class | TimerStats |
Stopwatch class with statistics. More... | |
Typedefs | |
typedef cy::Timer | cyTimer |
Simple stopwatch class. | |
typedef cy::TimerStats | cyTimerStats |
Stopwatch class with statistics. | |