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

Struct label

profile/profile.go:101–108  ·  view source on GitHub ↗

label corresponds to Profile.Label

Source from the content-addressed store, hash-verified

99
100// label corresponds to Profile.Label
101type label struct {
102 keyX int64
103 // Exactly one of the two following values must be set
104 strX int64
105 numX int64 // Integer value for this label
106 // can be set if numX has value
107 unitX int64
108}
109
110// Mapping corresponds to Profile.Mapping
111type Mapping struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected