MCPcopy Create free account
hub / github.com/google/pprof / addressRange

Struct addressRange

internal/report/source.go:184–189  ·  view source on GitHub ↗

addressRange is a range of addresses plus the object file that contains it.

Source from the content-addressed store, hash-verified

182
183// addressRange is a range of addresses plus the object file that contains it.
184type addressRange struct {
185 begin, end uint64
186 obj plugin.ObjFile
187 mapping *profile.Mapping
188 score int64 // Used to order ranges for processing
189}
190
191// WebListData holds the data needed to generate HTML source code listing.
192type WebListData struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected