package
0.0.0-20220218190644-4958d6d39439
Repository: https://github.com/jhump/golang-x-tools.git
Documentation: pkg.go.dev

# Functions

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

# Structs

Boundary represents the position in a source file of the beginning or end of a block as reported by the coverage profile.
Profile represents the profiling data for a specific file.
ProfileBlock represents a single block of profiling data.