github.com/google/pprof/profile.ValueType.unitX (field)
8 uses
github.com/google/pprof/profile (current package)
encode.go#L35: st.unitX = addString(strings, st.Unit)
encode.go#L115: pt.unitX = addString(strings, pt.Unit)
encode.go#L152: if pt := p.PeriodType; pt != nil && (pt.typeX != 0 || pt.unitX != 0) {
encode.go#L298: st.Unit, err = getString(p.stringTable, &st.unitX, err)
encode.go#L355: pt.Unit, err = getString(p.stringTable, &pt.unitX, err)
encode.go#L385: encodeInt64Opt(b, 2, p.unitX)
encode.go#L393: func(b *buffer, m message) error { return decodeInt64(b, &m.(*ValueType).unitX) },
profile.go#L68: unitX 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. |