TickCounter Class Reference

A tick counter implementation. More...

#include <TickCounter.h>

List of all members.

Public Member Functions

void start ()
 Starts tick counting.
void end ()
 Ends tick counting.
int getTicks ()
 Returns the amount of picoseconds spent between start() and end().

Protected Attributes

__int64 mStartTick
__int64 mEndTick


Detailed Description

A tick counter implementation.


Member Function Documentation

void TickCounter::end  ) 
 

Ends tick counting.

int TickCounter::getTicks  ) 
 

Returns the amount of picoseconds spent between start() and end().

void TickCounter::start  ) 
 

Starts tick counting.


Member Data Documentation

__int64 TickCounter::mEndTick [protected]
 

__int64 TickCounter::mStartTick [protected]
 


The documentation for this class was generated from the following files:
Generated on Fri Aug 3 00:44:45 2007 for Scanline edge-flag algorithm for antialiasing by  doxygen 1.4.6-NO