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

Struct Frame

driver/driver.go:189–195  ·  view source on GitHub ↗

A Frame describes a single line in a source file.

Source from the content-addressed store, hash-verified

187
188// A Frame describes a single line in a source file.
189type Frame struct {
190 Func string // name of function
191 File string // source file name
192 Line int // line in file
193 Column int // column in file
194 StartLine int // start line of function (if available)
195}
196
197// A Sym describes a single symbol in an object file.
198type Sym struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected