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

Function encodeInt64

profile/proto.go:110–113  ·  view source on GitHub ↗
(b *buffer, tag int, x int64)

Source from the content-addressed store, hash-verified

108}
109
110func encodeInt64(b *buffer, tag int, x int64) {
111 u := uint64(x)
112 encodeUint64(b, tag, u)
113}
114
115func encodeInt64s(b *buffer, tag int, x []int64) {
116 if len(x) > 2 {

Callers 3

encodeInt64sFunction · 0.85
encodeInt64OptFunction · 0.85
encodeMethod · 0.85

Calls 1

encodeUint64Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…