github.com/google/pprof/profile.ValueType.typeX (field)
8 uses
github.com/google/pprof/profile (current package)
encode.go#L34: st.typeX = addString(strings, st.Type)
encode.go#L114: pt.typeX = addString(strings, pt.Type)
encode.go#L152: if pt := p.PeriodType; pt != nil && (pt.typeX != 0 || pt.unitX != 0) {
encode.go#L297: st.Type, err = getString(p.stringTable, &st.typeX, err)
encode.go#L354: pt.Type, err = getString(p.stringTable, &pt.typeX, err)
encode.go#L384: encodeInt64Opt(b, 1, p.typeX)
encode.go#L391: func(b *buffer, m message) error { return decodeInt64(b, &m.(*ValueType).typeX) },
profile.go#L67: typeX int64
 |
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. |