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

Struct Frame

internal/plugin/plugin.go:161–167  ·  view source on GitHub ↗

A Frame describes a location in a single line in a source file.

Source from the content-addressed store, hash-verified

159
160// A Frame describes a location in a single line in a source file.
161type Frame struct {
162 Func string // name of function
163 File string // source file name
164 Line int // line in file
165 Column int // column in line (if available)
166 StartLine int // start line of function (if available)
167}
168
169// A Sym describes a single symbol in an object file.
170type Sym struct {

Callers 1

SourceLineMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected