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

Struct Function

profile/profile.go:157–167  ·  view source on GitHub ↗

Function corresponds to Profile.Function

Source from the content-addressed store, hash-verified

155
156// Function corresponds to Profile.Function
157type Function struct {
158 ID uint64
159 Name string
160 SystemName string
161 Filename string
162 StartLine int64
163
164 nameX int64
165 systemNameX int64
166 filenameX int64
167}
168
169// Parse parses a profile and checks for its validity. The input
170// may be a gzip-compressed encoded protobuf or one of many legacy

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected