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