Visit Cem Yuksel's web site

Files

Class List

Class Members

Class Hierarchy

cyTimer.h File Reference


Detailed Description

Timer classes to measure performance.

Author:
Cem Yuksel
Version:
1.0
Date:
June 9, 2007
This file includes timer classes to measure performance in windows systems. cyTimer class uses Windows specific calls to measure the time, therefore this file can only be used in windows platforms.

#include <math.h>
#include <windows.h>

Namespaces

namespace  cy

Classes

class  cyTimer
 Simple stopwatch class. More...
class  cyTimerStats
 Stopwatch class with statistics. More...

Typedefs

typedef cyTimer cy::Timer
typedef cyTimerStats cy::TimerStats

Visit Cem Yuksel's website!