Skip to content

package chrono

import "kaiju/platform/chrono"

Types

HighResolutionTimer

struct

type HighResolutionTimer struct {
    // Has unexported fields.
}

HighResolutionTimer.Start

func (t *HighResolutionTimer) Start()

HighResolutionTimer.Stop

func (t *HighResolutionTimer) Stop() (seconds float64)