Files Class List
cyTimer.h File Reference

Detailed Description

Timer classes to measure performance.

Author
Cem Yuksel

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.

#include <chrono>
#include "cyCore.h"

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.