stats

package
v0.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 12, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FrameTiming

type FrameTiming struct {
	Total   time.Duration
	Capture time.Duration
	Scrub   time.Duration
	Respond time.Duration
	Idle    time.Duration
}

type Framer

type Framer interface {
	Frame(f FrameTiming)
}

func CFramer

func CFramer(c int, f Framer) Framer

func DFramer

func DFramer(d time.Duration, f Framer) Framer

func FFramer

func FFramer(out io.Writer) Framer

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL