Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompareVersions ¶
operator compare returns true if the first field and the third field equation holds else false
func CurrentMicros ¶
func CurrentMicros() int64
func CurrentMillis ¶
func CurrentMillis() int64
Types ¶
type ElapsedTimer ¶
type ElapsedTimer struct {
// contains filtered or unexported fields
}
func NewElapsedTimer ¶
func NewElapsedTimer() *ElapsedTimer
func (*ElapsedTimer) Duration ¶
func (et *ElapsedTimer) Duration() time.Duration
func (*ElapsedTimer) Elapsed ¶
func (et *ElapsedTimer) Elapsed() string
func (*ElapsedTimer) ElapsedMs ¶
func (et *ElapsedTimer) ElapsedMs() string
Click to show internal directories.
Click to hide internal directories.