Planeshift
psStopWatch Class Reference

Used to measure time intervals. More...

#include <psprofile.h>

Public Member Functions

void Start ()
 Mark the start of a time interval. More...
 
csTicks Stop ()
 Measure the time interval from marked start (in msec) More...
 

Protected Attributes

csTicks start
 

Detailed Description

Used to measure time intervals.

Definition at line 126 of file psprofile.h.

Member Function Documentation

void psStopWatch::Start ( )

Mark the start of a time interval.

csTicks psStopWatch::Stop ( )

Measure the time interval from marked start (in msec)

Member Data Documentation

csTicks psStopWatch::start
protected

Definition at line 134 of file psprofile.h.


The documentation for this class was generated from the following file: