ClassLuaProfiler
Members
| reset() | Resets the clock, also restarting it. | |
Resets the clock, also restarting it. | ||
| stop() | Stops the clock. | |
Stops the clock. | ||
| restart() | Start the clock again, without resetting it. | |
Start the clock again, without resetting it. | ||
| add(other) | Add the duration of another timer to this timer. [...] | |
Add the duration of another timer to this timer. [...] | ||
| divide(number) | Divides the current duration by a set value. [...] | |
Divides the current duration by a set value. [...] | ||
| valid | :: R boolean | Is this object valid? [...] |
Is this object valid? [...] | ||
| object_name | :: R string | The class name of this object. [...] |
The class name of this object. [...] | ||
Methods
divide(number)
Parameters
| number | :: double | The number to divide by. Must be > 0. |
The number to divide by. Must be > 0. | ||

