Provides elapsed time
OperationsConstructor
New(start:Bool)
Name | Type | Description |
---|---|---|
start | Bool | flag, start timer after instantiation, default = true |
Ends the timer
method : public : End() ~ Nil
Gets the elapsed time in seconds
method : public : GetElapsedTime() ~ Float
Starts the timer
method : public : Start() ~ Nil
Formats the timer into a string
method : public : ToString() ~ String
Type | Description |
---|---|
String | formatted string |