Planeshift
Public Member Functions | Protected Attributes

psStopWatch Class Reference

Used to measure time intervals. More...

#include <psprofile.h>

List of all members.

Public Member Functions

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

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: