package
0.35.3
Repository: https://github.com/jetsetilly/gopher2600.git
Documentation: pkg.go.dev

# Constants

List of Focus values.
List of Focus values.
List of Focus values.
List of Focus values.

# Variables

List of Focus values as strings.

# Structs

Calls measures the number of times a function has been called in each VCS scope.
CallsScope records the number of times the entity being measured has been "hit".
CycleFigures records the number of cycles for the entity being measured, over the course of the most recent frame and the average & maximum number of cycles over all frames.
Cycles measures the number of cycles consumed in each VCS scope.
CyclesPerCall measures the number of cycles consumed by a function divided by the number of times its been called, in each VCS scope.
No description provided by the author
CyclesScope records the cycle count over time and can be used to the frame (or current) load as well as average and maximum load.

# Type aliases

Focus values are used to indicate when (very broadly) a function, a line of code, etc.