|
Planeshift
|
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 |
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)
|
protected |
Definition at line 134 of file psprofile.h.