#include <Stopwatch.h>
Public Member Functions | |
Stopwatch () | |
virtual | ~Stopwatch () |
Numeric | Start () |
Numeric | Read () const |
This class uses ctime so this may not be the most accurate. Works just like a three button stopwatch (lap)
Definition at line 31 of file Stopwatch.h.
Numeric basso::Stopwatch::Start | ( | ) |
Starts the Stopwatch. If the Stopwatch was stoped it will start from that time
Definition at line 76 of file Stopwatch.h.
References Read().
Referenced by basso::pause().
Numeric basso::Stopwatch::Read | ( | ) | const |
Reads the Stopwatch.
Definition at line 102 of file Stopwatch.h.
References TPS.
Referenced by basso::operator<<(), basso::pause(), and Start().