Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Clock ¶
type Clock struct {
// contains filtered or unexported fields
}
Clock -> Utility class that measures the elapsed time.
func (Clock) GetElapsedTime ¶
GetElapsedTime -> Get the time elapsed in a clock
type Time ¶
type Time struct {
Microseconds int64
}
Time -> Represents a time value.
func Microseconds ¶
Microseconds -> Construct a time value from a number of microseconds
func Milliseconds ¶
Milliseconds -> Construct a time value from a number of milliseconds
func (Time) AsMicroseconds ¶
AsMicroseconds -> Return a time value as a number of microseconds
func (Time) AsMilliseconds ¶
AsMilliseconds -> Return a time value as a number of milliseconds
Click to show internal directories.
Click to hide internal directories.