Planeshift
|
Used to measure time intervals. More...
#include <psprofile.h>
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 |
Used to measure time intervals.
Definition at line 126 of file psprofile.h.
void psStopWatch::Start | ( | ) |
Mark the start of a time interval.
csTicks psStopWatch::Stop | ( | ) |
Measure the time interval from marked start (in msec)
csTicks psStopWatch::start [protected] |
Definition at line 134 of file psprofile.h.