package
0.0.0-20201020153340-53909ea70814
Repository: https://github.com/gagliardetto/golang-go.git
Documentation: pkg.go.dev

# Functions

ParseProfiles parses profile data in the specified file and returns a Profile for each source file described therein.

# Structs

Block represents the information about a basic block to be recorded in the analysis.
Boundary represents the position in a source file of the beginning or end of a block as reported by the coverage profile.
File is a wrapper for the state of a file used in the parser.
FuncExtent describes a function's extent in the source by file and position.
FuncVisitor implements the visitor that builds the function position list for a file.
Pkg describes a single package, compatible with the JSON output from 'go list'; see 'go help list'.
Profile represents the profiling data for a specific file.
ProfileBlock represents a single block of profiling data.