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

Method encode

profile/encode.go:453–458  ·  view source on GitHub ↗
(b *buffer)

Source from the content-addressed store, hash-verified

451}
452
453func (p label) encode(b *buffer) {
454 encodeInt64Opt(b, 1, p.keyX)
455 encodeInt64Opt(b, 2, p.strX)
456 encodeInt64Opt(b, 3, p.numX)
457 encodeInt64Opt(b, 4, p.unitX)
458}
459
460var labelDecoder = []decoder{
461 nil, // 0

Callers

nothing calls this directly

Calls 1

encodeInt64OptFunction · 0.85

Tested by

no test coverage detected