![]() |
Blender V2.61 - r43446
|
#include <stopwatch.h>
Public Member Functions | |
| stopwatch () | |
| void | reset () |
| void | start () |
| double | stop () |
| double | read () |
Definition at line 53 of file stopwatch.h.
| TNT::stopwatch::stopwatch | ( | ) | [inline] |
Definition at line 60 of file stopwatch.h.
| double TNT::stopwatch::read | ( | ) | [inline] |
Definition at line 70 of file stopwatch.h.
References TNT::seconds().
| void TNT::stopwatch::reset | ( | ) | [inline] |
Definition at line 61 of file stopwatch.h.
| void TNT::stopwatch::start | ( | ) | [inline] |
Definition at line 62 of file stopwatch.h.
References TNT::seconds().
| double TNT::stopwatch::stop | ( | void | ) | [inline] |
Definition at line 63 of file stopwatch.h.
References TNT::seconds().