type github.com/google/pprof/profile.label
11 uses
github.com/google/pprof/profile (current package)
encode.go#L49: label{
encode.go#L71: label{
encode.go#L418: s.labelX = append(s.labelX, label{})
encode.go#L423: func (p label) decoder() []decoder {
encode.go#L427: func (p label) encode(b *buffer) {
encode.go#L437: func(b *buffer, m message) error { return decodeInt64(b, &m.(*label).keyX) },
encode.go#L439: func(b *buffer, m message) error { return decodeInt64(b, &m.(*label).strX) },
encode.go#L441: func(b *buffer, m message) error { return decodeInt64(b, &m.(*label).numX) },
encode.go#L443: func(b *buffer, m message) error { return decodeInt64(b, &m.(*label).unitX) },
profile.go#L80: labelX []label
profile.go#L84: type label struct {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |