package
0.0.0-20230220224056-56b0efd6bad0
Repository: https://github.com/gomini/go-mips32.git
Documentation: pkg.go.dev
# Functions
AllocsPerRun returns the average number of allocations during calls to f.
Benchmark benchmarks a single function.
Coverage reports the current code coverage as a fraction in the range [0, 1].
An internal function but exported because it is cross-package; part of the implementation of the "go test" command.
MainStart is meant for use by tests generated by 'go test'.
RegisterCover records the coverage data accumulators for the tests.
An internal function but exported because it is cross-package; part of the implementation of the "go test" command.
No description provided by the author
No description provided by the author
Short reports whether the -test.short flag is set.
Verbose reports whether the -test.v flag is set.
# Structs
B is a type passed to Benchmark functions to manage benchmark timing and to specify the number of iterations to run.
The results of a benchmark run.
Cover records information about test coverage checking.
CoverBlock records the coverage data for a single basic block.
An internal type but exported because it is cross-package; part of the implementation of the "go test" command.
No description provided by the author
An internal type but exported because it is cross-package; part of the implementation of the "go test" command.
M is a type passed to a TestMain function to run the actual tests.
A PB is used by RunParallel for running parallel benchmarks.
T is a type passed to Test functions to manage test state and support formatted test logs.
# Interfaces
TB is the interface common to T and B.