#include <raytimer.hxx>
Public Member Functions | |
| raytimer () | |
| void | start () |
| void | stop () |
| void | pause () |
| RUInt64 | getElapsedSeconds () |
| void | cont () |
| void | reset () |
| RUInt64 | getOnlyHours () |
| RUInt64 | getOnlyMinutes () |
| RUInt64 | getOnlySeconds () |
| RUInt64 | getOnlyMilliseconds () |
| RReal64 | getOnlySecondsAndMilliseconds () |
| RUInt32 | getHours () |
| RUInt32 | getMinutes () |
| RUInt32 | getSeconds () |
| RReal64 | getSecondsAndMilliseconds () |
| const RString | getTimeString () const |
Static Public Member Functions | |
| const RString | Time2String (float time) |
Private Attributes | |
| clock_t | startt |
| time_t | secure_startt |
| RReal64 | summer |
|
|
Definition at line 18 of file raytimer.hxx. |
|
|
Definition at line 49 of file raytimer.hxx. |
|
|
Definition at line 46 of file raytimer.hxx. |
|
|
Definition at line 88 of file raytimer.hxx. |
|
|
Definition at line 91 of file raytimer.hxx. |
|
|
Definition at line 57 of file raytimer.hxx. |
|
|
Definition at line 77 of file raytimer.hxx. |
|
|
Definition at line 61 of file raytimer.hxx. |
|
|
Definition at line 70 of file raytimer.hxx. |
|
|
Definition at line 80 of file raytimer.hxx. |
|
|
Definition at line 94 of file raytimer.hxx. |
|
|
Definition at line 97 of file raytimer.hxx. |
|
|
Definition at line 100 of file raytimer.hxx. |
|
|
Definition at line 37 of file raytimer.hxx. |
|
|
Definition at line 53 of file raytimer.hxx. |
|
|
Definition at line 23 of file raytimer.hxx. |
|
|
Definition at line 28 of file raytimer.hxx. |
|
|
Definition at line 103 of file raytimer.hxx. |
|
|
Definition at line 15 of file raytimer.hxx. |
|
|
Definition at line 14 of file raytimer.hxx. |
|
|
Definition at line 16 of file raytimer.hxx. |
1.3.9.1